Class SharedCredentialsProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsProperties
- All Implemented Interfaces:
EntityProperties,RootEntityProperties
- Direct Known Subclasses:
AnySharedCredentialsProperties,SshCredentialsProperties,UsernamePasswordCredentialsProperties
@Immutable
public abstract class SharedCredentialsProperties
extends Object
implements RootEntityProperties
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedSharedCredentialsProperties(@NotNull String name, @Nullable BambooOidProperties oid) protectedSharedCredentialsProperties(@NotNull String name, @Nullable BambooOidProperties oid, @Nullable ProjectProperties project) -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract @NotNull AtlassianModuleProperties@NotNull StringgetName()@Nullable BambooOidPropertiesgetOid()@Nullable ProjectPropertiesinthashCode()Entity type and id representation that is shown to human.@NotNull StringEntity type that is shown to human.voidvalidate()
-
Constructor Details
-
SharedCredentialsProperties
protected SharedCredentialsProperties() -
SharedCredentialsProperties
protected SharedCredentialsProperties(@NotNull @NotNull String name, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
SharedCredentialsProperties
protected SharedCredentialsProperties(@NotNull @NotNull String name, @Nullable @Nullable BambooOidProperties oid, @Nullable @Nullable ProjectProperties project) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getAtlassianPlugin
-
getName
-
getOid
-
getProject
-
equals
-
hashCode
public int hashCode() -
validate
public void validate()- Specified by:
validatein interfaceEntityProperties
-
humanReadableType
Description copied from interface:RootEntityPropertiesEntity type that is shown to human.- Specified by:
humanReadableTypein interfaceRootEntityProperties
-
humanReadableId
Description copied from interface:RootEntityPropertiesEntity type and id representation that is shown to human.- Specified by:
humanReadableIdin interfaceRootEntityProperties
-