Class SshCredentialsProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
com.atlassian.bamboo.specs.model.credentials.SshCredentialsProperties
- All Implemented Interfaces:
EntityProperties
,RootEntityProperties
-
Constructor Summary
ConstructorDescriptionSshCredentialsProperties
(@NotNull String name, @Nullable BambooOidProperties oid, @NotNull String key, @Nullable String passphrase) SshCredentialsProperties
(@NotNull String name, @Nullable BambooOidProperties oid, @NotNull String key, @Nullable String passphrase, @Nullable ProjectProperties project) -
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
getName, getOid, getProject, humanReadableId, humanReadableType
-
Constructor Details
-
SshCredentialsProperties
public SshCredentialsProperties(@NotNull @NotNull String name, @Nullable @Nullable BambooOidProperties oid, @NotNull @NotNull String key, @Nullable @Nullable String passphrase) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
SshCredentialsProperties
public SshCredentialsProperties(@NotNull @NotNull String name, @Nullable @Nullable BambooOidProperties oid, @NotNull @NotNull String key, @Nullable @Nullable String passphrase, @Nullable @Nullable ProjectProperties project) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classSharedCredentialsProperties
-
getKey
-
getPassphrase
-
equals
- Overrides:
equals
in classSharedCredentialsProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSharedCredentialsProperties
-
toString
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classSharedCredentialsProperties
-