@Immutable public final class SshCredentialsProperties extends SharedCredentialsProperties
| Constructor and Description |
|---|
SshCredentialsProperties(@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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@NotNull String |
getKey() |
@Nullable String |
getPassphrase() |
int |
hashCode() |
String |
toString() |
void |
validate() |
getName, getOid, getProject, humanReadableId, humanReadableTypepublic SshCredentialsProperties(@NotNull
@NotNull String name,
@Nullable
@Nullable BambooOidProperties oid,
@NotNull
@NotNull String key,
@Nullable
@Nullable String passphrase)
throws PropertiesValidationException
PropertiesValidationExceptionpublic SshCredentialsProperties(@NotNull
@NotNull String name,
@Nullable
@Nullable BambooOidProperties oid,
@NotNull
@NotNull String key,
@Nullable
@Nullable String passphrase,
@Nullable
@Nullable ProjectProperties project)
throws PropertiesValidationException
PropertiesValidationException@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class SharedCredentialsProperties@NotNull public @NotNull String getKey()
@Nullable public @Nullable String getPassphrase()
public boolean equals(Object o)
equals in class SharedCredentialsPropertiespublic int hashCode()
hashCode in class SharedCredentialsPropertiespublic void validate()
validate in interface EntityPropertiesvalidate in class SharedCredentialsPropertiesCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.