public class RundeckInstance extends AbstractDescribableImpl<RundeckInstance>
Modifier and Type | Class and Description |
---|---|
static class |
RundeckInstance.DescriptorImpl |
Constructor and Description |
---|
RundeckInstance() |
RundeckInstance(String name,
String url) |
Modifier and Type | Method and Description |
---|---|
static RundeckInstanceBuilder |
builder() |
Integer |
getApiVersion() |
String |
getLogin() |
String |
getName() |
Secret |
getPassword() |
String |
getPasswordPlainText() |
Secret |
getToken() |
String |
getTokenPlainText() |
String |
getUrl() |
boolean |
isSslCertificateTrustAllowSelfSigned() |
boolean |
isSslHostnameVerifyAllowAll() |
boolean |
isSystemProxyEnabled() |
boolean |
isUseIntermediateStreamFile() |
void |
setApiVersion(int apiVersion) |
void |
setLogin(String login) |
void |
setName(String name) |
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() |
getDescriptor
public static RundeckInstanceBuilder builder()
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public Integer getApiVersion()
@DataBoundSetter public void setApiVersion(int apiVersion)
public String getLogin()
@DataBoundSetter public void setLogin(String login)
public Secret getToken()
public Secret getPassword()
public String getTokenPlainText()
@DataBoundSetter public void setToken(Secret token)
public String getPasswordPlainText()
@DataBoundSetter public void setPassword(Secret password)
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–2022. All rights reserved.