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