Package com.atlassian.bamboo.credentials
Interface MutableCredentialsData
- All Superinterfaces:
BambooIdProvider
,BambooObject
,BambooObjectWithOid
,CredentialsData
,EntityWithOid
,ImmutableEntityWithOid
,PluginKeyProvider
- All Known Implementing Classes:
CredentialsDataEntity
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
getXml()
Serializedconfiguration
of this credentials object.void
setId
(long id) void
void
setPluginKey
(String pluginKey) void
setProjectId
(@Nullable Long projectId) void
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.credentials.CredentialsData
getConfiguration, getEntityType, getName, getPluginKey, getProjectId
Methods inherited from interface com.atlassian.bamboo.core.EntityWithOid
setOid
Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getOid
-
Method Details
-
setId
void setId(long id) - Specified by:
setId
in interfaceBambooObject
-
setPluginKey
-
setName
-
getXml
Serializedconfiguration
of this credentials object. -
setXml
-
setProjectId
-