Uses of Enum
org.jenkinsci.plugins.ParameterizedRemoteTrigger.remoteJob.RemoteBuildStatus
Package
Description
-
Uses of RemoteBuildStatus in org.jenkinsci.plugins.ParameterizedRemoteTrigger
Modifier and TypeMethodDescriptionRemoteBuildConfiguration.doGet
(String urlString, BuildContext context, RemoteBuildStatus remoteBuildStatus) Orchestrates all calls to the remote server.int
RemoteBuildConfiguration.getPollInterval
(RemoteBuildStatus remoteBuildStatus) -
Uses of RemoteBuildStatus in org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline
Modifier and TypeMethodDescriptionHandle.getBuildStatus()
Gets the current build status of the remote job.Handle.updateBuildStatus()
Updates the current build status of the remote job.Handle.updateBuildStatusBlocking()
Updates the build status of the remote build until it is finished. -
Uses of RemoteBuildStatus in org.jenkinsci.plugins.ParameterizedRemoteTrigger.remoteJob
Modifier and TypeMethodDescriptionRemoteBuildInfo.getStatus()
static RemoteBuildStatus
Returns the enum constant of this type with the specified name.static RemoteBuildStatus[]
RemoteBuildStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.