Class SshPrivateKeyAuthenticationProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.model.repository.git.SshPrivateKeyAuthenticationProperties
-
- All Implemented Interfaces:
EntityProperties,AuthenticationProperties
@Immutable public final class SshPrivateKeyAuthenticationProperties extends java.lang.Object implements AuthenticationProperties
-
-
Constructor Summary
Constructors Constructor Description SshPrivateKeyAuthenticationProperties(java.lang.String sshPrivateKey, @Nullable java.lang.String passphrase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Nullable java.lang.StringgetPassphrase()java.lang.StringgetSshPrivateKey()inthashCode()voidvalidate()
-
-
-
Method Detail
-
getSshPrivateKey
public java.lang.String getSshPrivateKey()
-
getPassphrase
@Nullable public @Nullable java.lang.String getPassphrase()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-