public interface PipelineDefinition extends BambooObject, BambooIdProvider, CreationDateProvider, Comparable, Cloneable
ORDERING
Modifier and Type | Method and Description |
---|---|
void |
accept(PipelineDefinitionVisitor visitor)
Call back method to perform different actions depending on what type of agent it is
|
Date |
getCreationDate() |
String |
getDescription() |
Date |
getLastModificationDate() |
String |
getName() |
AgentType |
getType()
Gets type of the agent
|
boolean |
isEnabled() |
void |
setCreationDate(Date date) |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setLastModificationDate(Date date) |
void |
setName(String name) |
setId
getId
compareTo
String getName()
void setName(String name)
@Nullable String getDescription()
Date getCreationDate()
getCreationDate
in interface CreationDateProvider
void setCreationDate(Date date)
Date getLastModificationDate()
void setLastModificationDate(Date date)
void accept(PipelineDefinitionVisitor visitor)
visitor
- Visitor objectvoid setDescription(@Nullable String description)
boolean isEnabled()
void setEnabled(boolean enabled)
@NotNull AgentType getType()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.