Class UrlFactory
java.lang.Object
com.ghostinspector.jenkins.GhostInspector.UrlFactory
public class UrlFactory extends Object
-
Constructor Summary
Constructors Constructor Description UrlFactory(Secret apiKeySecret, String startUrl, String urlParams)
-
Method Summary
Modifier and Type Method Description String
buildQueryString()
void
expandVariables(EnvVars envVars)
String
getExecuteSuiteUrl(String suiteId)
PrintStream
getLogger()
String
getSafeExecuteSuiteUrl(String suiteId)
String
getStartUrl()
String
getSuiteResultUrl(String resultId)
String
getUrlParams()
void
setLogger(PrintStream logger)
-
Constructor Details
-
UrlFactory
-
-
Method Details
-
expandVariables
-
buildQueryString
-
getExecuteSuiteUrl
-
getSafeExecuteSuiteUrl
-
getSuiteResultUrl
-
getUrlParams
-
getStartUrl
-
setLogger
-
getLogger
-