@Immutable public final class SharedCredentialsIdentifierProperties extends Object implements EntityProperties
Constructor and Description |
---|
SharedCredentialsIdentifierProperties(String name,
BambooOidProperties oid,
SharedCredentialsScope scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
BambooOidProperties |
getOid() |
SharedCredentialsScope |
getScope() |
int |
hashCode() |
boolean |
isNameDefined() |
boolean |
isOidDefined() |
boolean |
isScopeDefined() |
String |
toString() |
void |
validate() |
public SharedCredentialsIdentifierProperties(@Nullable String name, @Nullable BambooOidProperties oid, @NotNull SharedCredentialsScope scope) throws PropertiesValidationException
PropertiesValidationException
@Nullable public String getName()
public boolean isNameDefined()
@Nullable public BambooOidProperties getOid()
public boolean isOidDefined()
@NotNull public SharedCredentialsScope getScope()
public boolean isScopeDefined()
public void validate()
validate
in interface EntityProperties
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.