Class ConnectionHelper
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.viewer.rest.ConnectionHelper
-
public class ConnectionHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ConnectionHelper(org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle
getHandle()
InputStream
getInputStreamFromUrl(URL url, org.jenkinsci.plugins.ParameterizedRemoteTrigger.BuildContext context)
String
getStringFromUrl(URL url, org.jenkinsci.plugins.ParameterizedRemoteTrigger.BuildContext context)
void
postToUrl(URL url, org.jenkinsci.plugins.ParameterizedRemoteTrigger.BuildContext context)
-
-
-
Method Detail
-
getHandle
public org.jenkinsci.plugins.ParameterizedRemoteTrigger.pipeline.Handle getHandle()
-
getStringFromUrl
public String getStringFromUrl(URL url, org.jenkinsci.plugins.ParameterizedRemoteTrigger.BuildContext context) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getInputStreamFromUrl
public InputStream getInputStreamFromUrl(URL url, org.jenkinsci.plugins.ParameterizedRemoteTrigger.BuildContext context) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
postToUrl
public void postToUrl(URL url, org.jenkinsci.plugins.ParameterizedRemoteTrigger.BuildContext context) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-