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,
List<TaskDefinition> precedingTasks,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties,
VcsBranch importedBranch,
boolean finalTask)
Import the task definition from its properties.
|
TaskDefinition |
TaskDefinitionExportHelper.importTaskDefinition(long id,
TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties,
boolean finalTask)
Import the task definition from its properties.
|
com.atlassian.bamboo.specs.api.builders.task.Task |
TaskDefinitionExportHelper.toSpecsEntity(TaskContainer taskContainer,
TaskDefinition taskDefinition) |
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.
|
interface |
InternalEnvironment
Common interface between all types of deployment environments.
|
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 |
EnvironmentStub
For use in actions only.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentStubImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableEnvironment
Represents the Environment that will be stored in the database.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentStubDto |
class |
MutableEnvironmentImpl |
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> |
AntTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask |
ArtifactDownloaderTaskExporter.toSpecsEntity(TaskContainer taskContainer,
TaskDefinition taskDefinition) |
Map<String,String> |
ArtifactDownloaderTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
List<TaskDefinition> precedingTasks,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties,
VcsBranch importedBranch) |
Map<String,String> |
ArtifactDownloaderTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
CleanWorkingDirectoryTaskExporter.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> |
MavenDependenciesProcessorTaskExporter.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 |
---|---|
Map<String,String> |
InjectVariablesTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
DumpVariablesTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
AbstractVcsTaskExporter.baseVcsTaskToConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
Implementation of
TaskDefinitionExporter.toTaskConfiguration(TaskContainer, TaskProperties) for exporters of
BaseVcsTaskProperties . |
Map<String,String> |
VcsTagTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
VcsCommitTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
VcsPushTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
VcsCheckoutTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Map<String,String> |
VcsBranchTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Class and Description |
---|---|
class |
RestEnvironment |
class |
RestEnvironmentWithConfigCounts |
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 |
---|---|
protected String |
AbstractRepositoryAwareTaskExporter.getRepositoryIdString(com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties repository,
TaskContainer taskContainer)
Get database ID of a repository based on the passed identifier and task container.
|
List<? extends VcsRepositoryData> |
AbstractRepositoryAwareTaskExporter.getRepositoryListForTaskContainer(TaskContainer taskContainer) |
default <T extends com.atlassian.bamboo.specs.api.builders.task.Task<T,P>,P extends com.atlassian.bamboo.specs.api.model.task.TaskProperties> |
TaskDefinitionExporter.toSpecsEntity(TaskContainer taskContainer,
TaskDefinition taskDefinition)
Create Bamboo Specs object representing this task.
|
default Map<String,String> |
TaskDefinitionExporter.toTaskConfiguration(TaskContainer taskContainer,
List<TaskDefinition> precedingTasks,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
Converts properties to Bamboo task configuration.
|
default Map<String,String> |
TaskDefinitionExporter.toTaskConfiguration(TaskContainer taskContainer,
List<TaskDefinition> precedingTasks,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties,
VcsBranch importedBranch)
Converts properties to Bamboo task configuration.
|
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 | Method and Description |
---|---|
Map<String,String> |
WarningsTaskExporter.toTaskConfiguration(TaskContainer taskContainer,
com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) |
Modifier and Type | Class and Description |
---|---|
class |
DecoratedTaskManipulationResult<T extends TaskContainer>
Decoration of task used when displaying on the UI.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.