Class RequestsUtility
- java.lang.Object
-
- com.michelin.cio.jenkins.plugin.requests.model.RequestsUtility
-
public class RequestsUtility extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestsUtility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
constructFolderJobName(String inputName)
Document
createDocumentFromXMLString(String xmlString)
String
encodeValue(String value)
String
runPostMethod(String jenkinsURL, String urlString)
boolean
verifyJobType(String strJobName)
-
-
-
Method Detail
-
runPostMethod
public String runPostMethod(String jenkinsURL, String urlString) throws org.apache.http.client.ClientProtocolException, IOException
- Throws:
org.apache.http.client.ClientProtocolException
IOException
-
verifyJobType
public boolean verifyJobType(String strJobName)
-
-