Package com.atlassian.bamboo.labels
Interface Labelling
- All Superinterfaces:
BambooIdProvider
,BambooObject
,CreationDateProvider
,VersionedEntityComponent<Plan>
- All Known Implementing Classes:
LabellingImpl
public interface Labelling
extends BambooObject, CreationDateProvider, VersionedEntityComponent<Plan>
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
Method Summary
Modifier and TypeMethodDescription@Nullable ResultsSummary
getLabel()
@Nullable Plan
getPlan()
@Nullable String
void
setBuildResultsSummary
(ResultsSummary resultsSummary) void
setCreationDate
(Date creationDate) void
void
setLastModificationDate
(Date lastModificationDate) void
void
setProject
(Project project) void
setUserName
(String userName) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface com.atlassian.bamboo.versioning.VersionedEntityComponent
getRoot
-
Method Details
-
getLabel
Label getLabel() -
setLabel
-
getBuildResultsSummary
-
setBuildResultsSummary
-
getCreationDate
Date getCreationDate()- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Returns:
- Date the version object was created.
-
setCreationDate
-
getLastModificationDate
Date getLastModificationDate() -
setLastModificationDate
-
getProject
Project getProject() -
setProject
-
getPlan
-
setPlan
-
getUserName
-
setUserName
-