Package io.jenkins.plugins.kobiton
Class ApiEndpoint
- java.lang.Object
-
- io.jenkins.plugins.kobiton.ApiEndpoint
-
public class ApiEndpoint extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseUrl()
static ApiEndpoint
getInstance()
void
setBaseUrl(String standaloneUrl)
Set base URL for API calls
-
-
-
Method Detail
-
getInstance
public static ApiEndpoint getInstance()
-
getBaseUrl
public String getBaseUrl()
-
setBaseUrl
public void setBaseUrl(String standaloneUrl)
Set base URL for API calls- Parameters:
standaloneUrl
- standalone URL if none, use Kobiton Production URL
-
-