Package hudson.scm
Class IntegrityConfigurable
java.lang.Object
hudson.scm.IntegrityConfigurable
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrityConfigurable(String configId, String ipHostName, int ipPort, String hostName, int port, boolean secure, String userName, String password, AuthenticationType authType, String ssoCredentialId) -
Method Summary
Modifier and TypeMethodDescriptionbooleanOverridden equality function to safeguard from duplicate connectionsReturns the unique id associated with this configurationReturns the host name of the Integrity ServerReturns the Integration Point host name for the connectionintReturns the Integration Point port of the API SessiongetName()Returns the simple name for this Integrity ConfigurationReturns the encrypted password of the user connecting to the Integrity ServerReturns the password (plain text) of the user connecting to the Integrity ServerintgetPort()Returns the port of the Integrity Serverhudson.util.SecretReturns the Secret password in its raw formbooleanReturns true/false depending on secure sockets are enabledstatic longReturns the User connecting to the Integrity ServerinthashCode()voidsetAuthType(AuthenticationType authType) voidsetConfigId(String id) Sets the unique id for this configurationvoidsetHostName(String hostName) Sets the host name of the Integrity ServervoidsetIpHostName(String ipHostName) Sets the Integration Point host name of the API SessionvoidsetIpPort(int ipPort) Sets the Integration Point port of the API SessionvoidvoidsetPassword(hudson.util.Secret password) voidsetPassword(String password) Sets the encrypted Password of the user connecting to the Integrity ServervoidsetPort(int port) Sets the port of the Integrity ServervoidsetSecure(boolean secure) Toggles whether or not secure sockets are enabledvoidsetSsoCredentialId(String ssoCredentialId) voidsetUserName(String userName) Sets the User connecting to the Integrity ServertoString()
-
Constructor Details
-
IntegrityConfigurable
public IntegrityConfigurable() -
IntegrityConfigurable
-
-
Method Details
-
getSerialversionuid
public static long getSerialversionuid() -
setName
-
setPassword
public void setPassword(hudson.util.Secret password) -
getConfigId
Returns the unique id associated with this configuration- Returns:
-
setConfigId
Sets the unique id for this configuration- Parameters:
id-
-
getIpHostName
Returns the Integration Point host name for the connection- Returns:
-
setIpHostName
Sets the Integration Point host name of the API Session -
getIpPort
public int getIpPort()Returns the Integration Point port of the API Session- Returns:
-
setIpPort
public void setIpPort(int ipPort) Sets the Integration Point port of the API Session -
getHostName
Returns the host name of the Integrity Server- Returns:
-
setHostName
Sets the host name of the Integrity Server -
getPort
public int getPort()Returns the port of the Integrity Server- Returns:
-
setPort
public void setPort(int port) Sets the port of the Integrity Server -
getUserName
Returns the User connecting to the Integrity Server- Returns:
-
setUserName
Sets the User connecting to the Integrity Server -
getPassword
Returns the encrypted password of the user connecting to the Integrity Server- Returns:
-
getSecretPassword
public hudson.util.Secret getSecretPassword()Returns the Secret password in its raw form- Returns:
-
getPasswordInPlainText
Returns the password (plain text) of the user connecting to the Integrity Server- Returns:
-
setPassword
Sets the encrypted Password of the user connecting to the Integrity Server- Parameters:
password- - The clear password
-
getSecure
public boolean getSecure()Returns true/false depending on secure sockets are enabled- Returns:
-
setSecure
public void setSecure(boolean secure) Toggles whether or not secure sockets are enabled -
getAuthType
-
setAuthType
-
getSsoCredentialId
-
setSsoCredentialId
-
getName
Returns the simple name for this Integrity Configuration- Returns:
-
equals
Overridden equality function to safeguard from duplicate connections -
hashCode
public int hashCode() -
toString
-