@Immutable public abstract class SharedCredentialsProperties extends Object implements RootEntityProperties
| Modifier | Constructor and Description |
|---|---|
protected |
SharedCredentialsProperties() |
protected |
SharedCredentialsProperties(String name,
BambooOidProperties oid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
abstract AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getName() |
BambooOidProperties |
getOid() |
int |
hashCode() |
String |
humanReadableId()
Entity type and id representation that is shown to human.
|
String |
humanReadableType()
Entity type that is shown to human.
|
void |
validate() |
protected SharedCredentialsProperties()
protected SharedCredentialsProperties(@NotNull
String name,
@Nullable
BambooOidProperties oid)
throws PropertiesValidationException
PropertiesValidationException@NotNull public abstract AtlassianModuleProperties getAtlassianPlugin()
@NotNull public String getName()
@Nullable public BambooOidProperties getOid()
public void validate()
validate in interface EntityProperties@NotNull public String humanReadableType()
RootEntityPropertieshumanReadableType in interface RootEntityPropertiespublic String humanReadableId()
RootEntityPropertieshumanReadableId in interface RootEntityPropertiesCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.