com.atlassian.bamboo.labels
Class LabellingImpl
java.lang.Object
EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.labels.LabellingImpl
- All Implemented Interfaces:
- BambooObject, Labelling
public class LabellingImpl
- extends BambooEntityObject
- implements Labelling
LabellingImpl
public LabellingImpl()
getLabel
public Label getLabel()
- Specified by:
getLabel in interface Labelling
setLabel
public void setLabel(Label label)
- Specified by:
setLabel in interface Labelling
getBuildResultsSummary
public BuildResultsSummary getBuildResultsSummary()
- Specified by:
getBuildResultsSummary in interface Labelling
setBuildResultsSummary
public void setBuildResultsSummary(BuildResultsSummary buildResultsSummary)
- Specified by:
setBuildResultsSummary in interface Labelling
getProject
public Project getProject()
- Specified by:
getProject in interface Labelling
setProject
public void setProject(Project project)
- Specified by:
setProject in interface Labelling
getBuild
public Build getBuild()
- Specified by:
getBuild in interface Labelling
setBuild
public void setBuild(Build build)
- Specified by:
setBuild in interface Labelling
getUserName
public String getUserName()
- Specified by:
getUserName in interface Labelling
setUserName
public void setUserName(String userName)
- Specified by:
setUserName in interface Labelling
hashCode
public int hashCode()
equals
public boolean equals(Object o)
compareTo
public int compareTo(Object obj)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.