@Entity public abstract class PipelineDefinitionImpl extends BambooEntityObject implements PipelineDefinition
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
name  | 
ORDERING| Constructor and Description | 
|---|
PipelineDefinitionImpl()  | 
PipelineDefinitionImpl(long id,
                      String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(Object obj)  | 
boolean | 
equals(Object o)  | 
String | 
getDescription()  | 
String | 
getName()  | 
abstract AgentType | 
getType()
Gets type of the agent 
 | 
int | 
hashCode()  | 
boolean | 
isEnabled()  | 
void | 
setDescription(String description)  | 
void | 
setEnabled(boolean enabled)  | 
void | 
setName(String name)  | 
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitaccept, getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDatesetIdgetIdprotected String name
public PipelineDefinitionImpl()
public PipelineDefinitionImpl(long id,
                              String name)
public String getName()
getName in interface PipelineDefinitionpublic void setName(String name)
setName in interface PipelineDefinitionpublic String getDescription()
getDescription in interface PipelineDefinitionpublic void setDescription(String description)
setDescription in interface PipelineDefinitionpublic boolean isEnabled()
isEnabled in interface PipelineDefinitionpublic void setEnabled(boolean enabled)
setEnabled in interface PipelineDefinitionpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int compareTo(Object obj)
compareTo in interface Comparablepublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObject@NotNull public abstract AgentType getType()
PipelineDefinitiongetType in interface PipelineDefinitionCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.