Modifier and Type | Method and Description |
---|---|
Handle |
RemoteBuildConfiguration.performTriggerAndGetQueueId(BuildContext context)
Triggers the remote job, identifies the queue ID and, returns a
Handle to this remote execution. |
Handle |
RemoteBuildConfiguration.performTriggerAndGetQueueId(BuildContext context)
Triggers the remote job, identifies the queue ID and, returns a
Handle to this remote execution. |
Modifier and Type | Method and Description |
---|---|
void |
RemoteBuildConfiguration.abortRemoteTask(RemoteJenkinsServer remoteServer,
Handle handle,
BuildContext context) |
void |
RemoteBuildConfiguration.abortRemoteTask(RemoteJenkinsServer remoteServer,
Handle handle,
BuildContext context) |
void |
RemoteBuildConfiguration.performWaitForBuild(BuildContext context,
Handle handle)
Checks the remote build status and, waits for completion if
blockBuildUntilComplete is set. |
void |
RemoteBuildConfiguration.performWaitForBuild(BuildContext context,
Handle handle)
Checks the remote build status and, waits for completion if
blockBuildUntilComplete is set. |
Modifier and Type | Method and Description |
---|---|
protected Handle |
RemoteBuildPipelineStep.Execution.run() |
protected Handle |
RemoteBuildPipelineStep.Execution.run() |
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 |
RestUtils.stopRemoteJob(Handle handle,
BuildContext context,
RemoteBuildConfiguration remoteConfig) |
static ConnectionResponse |
RestUtils.stopRemoteJob(Handle handle,
BuildContext context,
RemoteBuildConfiguration remoteConfig) |
Copyright © 2016–2023. All rights reserved.