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() |
String |
getXml() |
int |
hashCode() |
void |
setId(long id) |
void |
setName(String name) |
void |
setPluginKey(String pluginKey) |
void |
setXml(String xml) |
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 CredentialsDatapublic String getName()
getName in interface CredentialsData@NotNull public String getXml()
getXml in interface CredentialsData@NotNull public Map<String,String> getConfiguration()
getConfiguration in interface CredentialsDatapublic void setId(long id)
setId in interface CredentialsDatapublic void setPluginKey(String pluginKey)
setPluginKey in interface CredentialsDatapublic void setName(String name)
setName in interface CredentialsDatapublic void setXml(@NotNull
String xml)
setXml in interface CredentialsDataCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.