public class RundeckInstance extends Object
| Constructor and Description |
|---|
RundeckInstance() |
| Modifier and Type | Method and Description |
|---|---|
static RundeckInstanceBuilder |
builder() |
Integer |
getApiVersion() |
String |
getLogin() |
Secret |
getPassword() |
String |
getPasswordPlainText() |
Secret |
getToken() |
String |
getTokenPlainText() |
String |
getUrl() |
boolean |
isSslCertificateTrustAllowSelfSigned() |
boolean |
isSslHostnameVerifyAllowAll() |
boolean |
isSystemProxyEnabled() |
boolean |
isUseIntermediateStreamFile() |
void |
setApiVersion(int apiVersion) |
void |
setApiVersion(Integer apiVersion) |
void |
setLogin(String login) |
void |
setPassword(Secret password) |
void |
setSslCertificateTrustAllowSelfSigned(boolean sslCertificateTrustAllowSelfSigned) |
void |
setSslHostnameVerifyAllowAll(boolean sslHostnameVerifyAllowAll) |
void |
setSystemProxyEnabled(boolean systemProxyEnabled) |
void |
setToken(Secret token) |
void |
setUrl(String url) |
void |
setUseIntermediateStreamFile(boolean useIntermediateStreamFile) |
String |
toString() |
public static RundeckInstanceBuilder builder()
public String getUrl()
public void setUrl(String url)
public Integer getApiVersion()
public void setApiVersion(int apiVersion)
public String getLogin()
public void setLogin(String login)
public Secret getToken()
public Secret getPassword()
public String getTokenPlainText()
public void setToken(Secret token)
public String getPasswordPlainText()
public void setPassword(Secret password)
public void setApiVersion(Integer apiVersion)
public boolean isSslHostnameVerifyAllowAll()
public void setSslHostnameVerifyAllowAll(boolean sslHostnameVerifyAllowAll)
public boolean isSslCertificateTrustAllowSelfSigned()
public void setSslCertificateTrustAllowSelfSigned(boolean sslCertificateTrustAllowSelfSigned)
public boolean isSystemProxyEnabled()
public void setSystemProxyEnabled(boolean systemProxyEnabled)
public boolean isUseIntermediateStreamFile()
public void setUseIntermediateStreamFile(boolean useIntermediateStreamFile)
Copyright © 2016–2021. All rights reserved.