Class RestUtils
java.lang.Object
org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils.RestUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionResponsecancelQueueItem(String rootUrl, Handle handle, BuildContext context, RemoteBuildConfiguration remoteConfig) static ConnectionResponsestopRemoteJob(Handle handle, BuildContext context, RemoteBuildConfiguration remoteConfig)
-
Constructor Details
-
RestUtils
public RestUtils()
-
-
Method Details
-
cancelQueueItem
public static ConnectionResponse cancelQueueItem(String rootUrl, Handle handle, BuildContext context, RemoteBuildConfiguration remoteConfig) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
stopRemoteJob
public static ConnectionResponse stopRemoteJob(Handle handle, BuildContext context, RemoteBuildConfiguration remoteConfig) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-