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