public class CredentialsDataImpl extends Object implements CredentialsData
| Constructor and Description |
|---|
CredentialsDataImpl(CredentialsData other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,String> |
getConfiguration() |
long |
getId() |
String |
getName() |
BambooEntityOid |
getOid()
OID assigned to this object.
|
String |
getPluginKey() |
Long |
getProjectId() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEntityTypepublic CredentialsDataImpl(@NotNull
CredentialsData other)
public long getId()
getId in interface BambooIdProviderpublic BambooEntityOid getOid()
ImmutableEntityWithOidBambooEntityOid.getEntityType() should be the same as this object's
ImmutableEntityWithOid.getEntityType().getOid in interface ImmutableEntityWithOidpublic String getPluginKey()
getPluginKey in interface CredentialsDatagetPluginKey in interface PluginKeyProviderpublic String getName()
getName in interface CredentialsData@NotNull public Map<String,String> getConfiguration()
getConfiguration in interface CredentialsData@Nullable public Long getProjectId()
getProjectId in interface CredentialsDataProject or null if it is a global shared credentialCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.