@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, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
accept, getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDate
setId
getId
protected String name
public PipelineDefinitionImpl()
public PipelineDefinitionImpl(long id, String name)
public String getName()
getName
in interface PipelineDefinition
public void setName(String name)
setName
in interface PipelineDefinition
public String getDescription()
getDescription
in interface PipelineDefinition
public void setDescription(String description)
setDescription
in interface PipelineDefinition
public boolean isEnabled()
isEnabled
in interface PipelineDefinition
public void setEnabled(boolean enabled)
setEnabled
in interface PipelineDefinition
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int compareTo(Object obj)
compareTo
in interface Comparable
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
@NotNull public abstract AgentType getType()
PipelineDefinition
getType
in interface PipelineDefinition
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.