Uses of Class
org.jenkinsci.plugins.ParameterizedRemoteTrigger.ConnectionResponse
Package
Description
-
Uses of ConnectionResponse in org.jenkinsci.plugins.ParameterizedRemoteTrigger
Modifier and TypeMethodDescriptionRemoteBuildConfiguration.doGet
(String urlString, BuildContext context, RemoteBuildStatus remoteBuildStatus) Orchestrates all calls to the remote server. -
Uses of ConnectionResponse in org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils
Modifier and TypeMethodDescriptionstatic ConnectionResponse
RestUtils.cancelQueueItem
(String rootUrl, Handle handle, BuildContext context, RemoteBuildConfiguration remoteConfig) static ConnectionResponse
HttpHelper.get
(String urlString, BuildContext context, int readTimeout, int pollInterval, int retryLimit, Auth2 overrideAuth) static ConnectionResponse
HttpHelper.post
(String urlString, BuildContext context, Map<String, String> params, int readTimeout, int pollInterval, int retryLimit, Auth2 overrideAuth, boolean isCrubmCacheEnabled) static ConnectionResponse
RestUtils.stopRemoteJob
(Handle handle, BuildContext context, RemoteBuildConfiguration remoteConfig) static ConnectionResponse
HttpHelper.tryGet
(String urlString, BuildContext context, int readTimeout, int pollInterval, int retryLimit, Auth2 overrideAuth, Semaphore lock) static ConnectionResponse
HttpHelper.tryPost
(String urlString, BuildContext context, Map<String, String> params, int readTimeout, int pollInterval, int retryLimit, Auth2 overrideAuth, Semaphore lock, boolean isCrubmCacheEnabled)