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 StringbuildQueryString()voidexpandVariables(EnvVars envVars)StringgetExecuteSuiteUrl(String suiteId)PrintStreamgetLogger()StringgetSafeExecuteSuiteUrl(String suiteId)StringgetStartUrl()StringgetSuiteResultUrl(String resultId)StringgetUrlParams()voidsetLogger(PrintStream logger) 
- 
Constructor Details
- 
UrlFactory
 
 - 
 - 
Method Details
- 
expandVariables
 - 
buildQueryString
 - 
getExecuteSuiteUrl
 - 
getSafeExecuteSuiteUrl
 - 
getSuiteResultUrl
 - 
getUrlParams
 - 
getStartUrl
 - 
setLogger
 - 
getLogger
 
 -