Package | Description |
---|---|
org.jenkinsci.plugins.ParameterizedRemoteTrigger | |
org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils |
Modifier and Type | Method and Description |
---|---|
ConnectionResponse |
RemoteBuildConfiguration.doGet(String urlString,
BuildContext context,
RemoteBuildStatus remoteBuildStatus)
Orchestrates all calls to the remote server.
|
ConnectionResponse |
RemoteBuildConfiguration.doGet(String urlString,
BuildContext context,
RemoteBuildStatus remoteBuildStatus)
Orchestrates all calls to the remote server.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionResponse |
RestUtils.cancelQueueItem(String rootUrl,
Handle handle,
BuildContext context,
RemoteBuildConfiguration remoteConfig) |
static 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.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 |
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 |
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.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) |
static ConnectionResponse |
HttpHelper.tryPost(String urlString,
BuildContext context,
Map<String,String> params,
int readTimeout,
int pollInterval,
int retryLimit,
Auth2 overrideAuth,
Semaphore lock,
boolean isCrubmCacheEnabled) |
Copyright © 2016–2023. All rights reserved.