Package io.jenkins.plugins.venafivcert
Class ConnectorConfig
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ConnectorConfig>
-
- io.jenkins.plugins.venafivcert.ConnectorConfig
-
- All Implemented Interfaces:
Describable<ConnectorConfig>
public class ConnectorConfig extends AbstractDescribableImpl<ConnectorConfig>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectorConfig.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description ConnectorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCloudCredentialsId()
String
getName()
String
getTppBaseUrl()
String
getTppCredentialsId()
ConnectorType
getType()
void
setCloudCredentialsId(String value)
void
setName(String value)
void
setTppBaseUrl(String value)
void
setTppCredentialsId(String value)
void
setType(ConnectorType value)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
@DataBoundSetter public void setName(String value)
-
getType
public ConnectorType getType()
-
setType
@DataBoundSetter public void setType(ConnectorType value)
-
getTppBaseUrl
public String getTppBaseUrl()
-
setTppBaseUrl
@DataBoundSetter public void setTppBaseUrl(String value)
-
getTppCredentialsId
public String getTppCredentialsId()
-
setTppCredentialsId
@DataBoundSetter public void setTppCredentialsId(String value)
-
getCloudCredentialsId
public String getCloudCredentialsId()
-
setCloudCredentialsId
@DataBoundSetter public void setCloudCredentialsId(String value)
-
-