Class RestUtils
java.lang.Object
org.jenkinsci.plugins.ParameterizedRemoteTrigger.utils.RestUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionResponse
cancelQueueItem
(String rootUrl, Handle handle, BuildContext context, RemoteBuildConfiguration remoteConfig) static ConnectionResponse
stopRemoteJob
(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:
IOException
InterruptedException
-
stopRemoteJob
public static ConnectionResponse stopRemoteJob(Handle handle, BuildContext context, RemoteBuildConfiguration remoteConfig) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-