@Immutable public abstract class SharedCredentialsProperties extends Object implements RootEntityProperties
Modifier | Constructor and Description |
---|---|
protected |
SharedCredentialsProperties() |
protected |
SharedCredentialsProperties(String name,
BambooOidProperties oid) |
protected |
SharedCredentialsProperties(String name,
BambooOidProperties oid,
ProjectProperties project) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
abstract AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getName() |
BambooOidProperties |
getOid() |
ProjectProperties |
getProject() |
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
protected SharedCredentialsProperties(@NotNull String name, @Nullable BambooOidProperties oid, @Nullable ProjectProperties project) throws PropertiesValidationException
PropertiesValidationException
@NotNull public abstract AtlassianModuleProperties getAtlassianPlugin()
@NotNull public String getName()
@Nullable public BambooOidProperties getOid()
@Nullable public ProjectProperties getProject()
public void validate()
validate
in interface EntityProperties
@NotNull public String humanReadableType()
RootEntityProperties
humanReadableType
in interface RootEntityProperties
public String humanReadableId()
RootEntityProperties
humanReadableId
in interface RootEntityProperties
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.