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 StringgetXml()Serializedconfigurationof this credentials object.voidsetId(long id) voidvoidsetPluginKey(String pluginKey) voidsetProjectId(@Nullable Long projectId) voidMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.credentials.CredentialsData
getConfiguration, getEntityType, getName, getPluginKey, getProjectIdMethods inherited from interface com.atlassian.bamboo.core.EntityWithOid
setOidMethods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getOid
-
Method Details
-
setId
void setId(long id) - Specified by:
setIdin interfaceBambooObject
-
setPluginKey
-
setName
-
getXml
Serializedconfigurationof this credentials object. -
setXml
-
setProjectId
-