Class SharedCredentialsIdentifierProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class SharedCredentialsIdentifierProperties extends Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description SharedCredentialsIdentifierProperties(@Nullable String name, @Nullable BambooOidProperties oid)SharedCredentialsIdentifierProperties(@Nullable String name, @Nullable BambooOidProperties oid, @NotNull SharedCredentialsScope scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetName()@Nullable BambooOidPropertiesgetOid()@NotNull SharedCredentialsScopegetScope()inthashCode()booleanisNameDefined()booleanisOidDefined()booleanisScopeDefined()StringtoString()voidvalidate()
-
-
-
Constructor Detail
-
SharedCredentialsIdentifierProperties
public SharedCredentialsIdentifierProperties(@Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid, @NotNull @NotNull SharedCredentialsScope scope) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
SharedCredentialsIdentifierProperties
public SharedCredentialsIdentifierProperties(@Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getName
@Nullable public @Nullable String getName()
-
isNameDefined
public boolean isNameDefined()
-
getOid
@Nullable public @Nullable BambooOidProperties getOid()
-
isOidDefined
public boolean isOidDefined()
-
getScope
@NotNull public @NotNull SharedCredentialsScope getScope()
-
isScopeDefined
public boolean isScopeDefined()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-