Modifier and Type | Interface and Description |
---|---|
interface |
Job |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJob |
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskDefinitionExportHelper.importTaskDefinition(long id,
TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties,
boolean finalTask) |
Modifier and Type | Interface and Description |
---|---|
interface |
DecoratedEnvironment
Represents decorated environment for the purpose of using it in the Freemarker generated UI
|
interface |
Environment
Represents a Deployment Environment within Bamboo.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratedEnvironmentImpl |
class |
EnvironmentImpl |
class |
EnvironmentWithConfigCounts
Extended environment bean with some more data for UI
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableJob
Immutable, threadsafe cacheable version of
Job |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableJobImpl |
Modifier and Type | Class and Description |
---|---|
class |
DecoratedTaskDefinitionImpl<T extends TaskContainer>
Decoration of task used when displaying on the UI.
|
Modifier and Type | Method and Description |
---|---|
<T extends TaskContainer> |
TaskServiceImpl.getDecoratedTaskDefinition(T taskContainer,
long taskId) |
<T extends TaskContainer> |
TaskServiceImpl.getDecoratedTaskDefinitions(T taskContainer) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CleanWorkingDirectoryTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
ArtifactDownloaderTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CommandTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
MavenTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ScriptTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
TestParserTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractVcsTaskExporter.getRepositoryId(TaskContainer taskContainer,
BambooEntityOid repositoryOid) |
protected String |
AbstractVcsTaskExporter.getRepositoryId(TaskContainer taskContainer,
String name) |
Map<String,String> |
VcsCheckoutTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
VcsBranchingTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
VcsTaggingTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Class and Description |
---|---|
class |
RestEnvironment |
Modifier and Type | Interface and Description |
---|---|
interface |
DecoratedTaskDefinition<T extends TaskContainer>
A definition of one decorated configuration of a
TaskType |
Modifier and Type | Method and Description |
---|---|
<T extends TaskContainer> |
TaskService.getDecoratedTaskDefinition(T taskContainer,
long taskId)
Retrieve a
DecoratedTaskDefinition from a given TaskContainer . |
<T extends TaskContainer> |
TaskService.getDecoratedTaskDefinitions(T taskContainer)
Retrieve a list of all
DecoratedTaskDefinition for a given TaskContainer . |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
DefaultTaskDefinitionExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
TaskDefinitionExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
Converts properties to Bamboo task configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratedTaskManipulationResult<T extends TaskContainer>
Decoration of task used when displaying on the UI.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.