Package org.jenkinsci.plugins.vsphere
Class VSphereConnectionConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<VSphereConnectionConfig>
org.jenkinsci.plugins.vsphere.VSphereConnectionConfig
- All Implemented Interfaces:
Describable<VSphereConnectionConfig>
- Author:
- Oleg Nenashev <o.v.nenashev@gmail.com>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionVSphereConnectionConfig(String vsHost, boolean allowUntrustedCertificate, String credentialsId) Full constructor for internal use, initializes all fieldsVSphereConnectionConfig(String vsHost, String credentialsId) -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.cloudbees.plugins.credentials.common.StandardCredentialsvoidsetAllowUntrustedCertificate(boolean allowUntrustedCertificate) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
Method Details
-
getVsHost
-
setAllowUntrustedCertificate
@DataBoundSetter public void setAllowUntrustedCertificate(boolean allowUntrustedCertificate) -
getAllowUntrustedCertificate
public boolean getAllowUntrustedCertificate() -
getCredentialsId
-
getCredentials
@CheckForNull public com.cloudbees.plugins.credentials.common.StandardCredentials getCredentials() -
getPassword
-
getUsername
-