Uses of Interface
com.atlassian.bamboo.task.TaskContainer
Packages that use TaskContainer
Package
Description
-
Uses of TaskContainer in com.atlassian.bamboo.build
Subinterfaces of TaskContainer in com.atlassian.bamboo.buildClasses in com.atlassian.bamboo.build that implement TaskContainer -
Uses of TaskContainer in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type TaskContainerModifier and TypeMethodDescription@NotNull TaskDefinitionTaskDefinitionExportHelper.importTaskDefinition(long id, @NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, boolean finalTask) Import the task definition from its properties.@NotNull TaskDefinitionTaskDefinitionExportHelper.importTaskDefinition(long id, @NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch, boolean finalTask) Import the task definition from its properties.@NotNull com.atlassian.bamboo.specs.api.builders.task.TaskTaskDefinitionExportHelper.toSpecsEntity(TaskContainer taskContainer, TaskDefinition taskDefinition) -
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments
Subinterfaces of TaskContainer in com.atlassian.bamboo.deployments.environmentsModifier and TypeInterfaceDescriptioninterfaceRepresents decorated environment for the purpose of using it in the Freemarker generated UIinterfaceRepresents a Deployment Environment within Bamboo.interfaceCommon interface between all types of deployment environments.Classes in com.atlassian.bamboo.deployments.environments that implement TaskContainerModifier and TypeClassDescriptionclassclassclassExtended environment bean with some more data for UI. -
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.dashboard
Subinterfaces of TaskContainer in com.atlassian.bamboo.deployments.environments.dashboardClasses in com.atlassian.bamboo.deployments.environments.dashboard that implement TaskContainer -
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.persistence
Subinterfaces of TaskContainer in com.atlassian.bamboo.deployments.environments.persistenceModifier and TypeInterfaceDescriptioninterfaceRepresents the Environment that will be stored in the database.Classes in com.atlassian.bamboo.deployments.environments.persistence that implement TaskContainer -
Uses of TaskContainer in com.atlassian.bamboo.deployments.environments.persistence.internal
Classes in com.atlassian.bamboo.deployments.environments.persistence.internal that implement TaskContainerModifier and TypeClassDescriptionclassMinimal, user context agnostic, but fully functional implementation ofInternalEnvironment, used when processing deployment environments en masse.class -
Uses of TaskContainer in com.atlassian.bamboo.plan.cache
Subinterfaces of TaskContainer in com.atlassian.bamboo.plan.cacheClasses in com.atlassian.bamboo.plan.cache that implement TaskContainer -
Uses of TaskContainer in com.atlassian.bamboo.plan.task
Classes in com.atlassian.bamboo.plan.task with type parameters of type TaskContainerModifier and TypeClassDescriptionclassDecoratedTaskDefinitionImpl<T extends TaskContainer>Decoration of task used when displaying on the UI.Methods in com.atlassian.bamboo.plan.task with type parameters of type TaskContainerModifier and TypeMethodDescription<T extends TaskContainer>
@NotNull DecoratedTaskDefinition<T> TaskServiceImpl.getDecoratedTaskDefinition(T taskContainer, long taskId) <T extends TaskContainer>
@NotNull List<DecoratedTaskDefinition<T>> TaskServiceImpl.getDecoratedTaskDefinitions(T taskContainer) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.ant.export
Methods in com.atlassian.bamboo.plugins.ant.export with parameters of type TaskContainerModifier and TypeMethodDescriptionAntTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.artifact.export
Methods in com.atlassian.bamboo.plugins.artifact.export with parameters of type TaskContainerModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTaskArtifactDownloaderTaskExporter.toSpecsEntity(@NotNull TaskContainer taskContainer, @NotNull TaskDefinition taskDefinition) ArtifactDownloaderTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) ArtifactDownloaderTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch) CleanWorkingDirectoryTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.command.task.export
Methods in com.atlassian.bamboo.plugins.command.task.export with parameters of type TaskContainerModifier and TypeMethodDescriptionCommandTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.maven
Methods in com.atlassian.bamboo.plugins.maven with parameters of type TaskContainerModifier and TypeMethodDescriptionMavenTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.maven.dependencies.exporter
Methods in com.atlassian.bamboo.plugins.maven.dependencies.exporter with parameters of type TaskContainerModifier and TypeMethodDescriptionMavenDependenciesProcessorTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.script.task.export
Methods in com.atlassian.bamboo.plugins.script.task.export with parameters of type TaskContainerModifier and TypeMethodDescriptionScriptTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.testresultparser.task.exporter
Methods in com.atlassian.bamboo.plugins.testresultparser.task.exporter with parameters of type TaskContainerModifier and TypeMethodDescriptionTestParserTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.variable.export
Methods in com.atlassian.bamboo.plugins.variable.export with parameters of type TaskContainerModifier and TypeMethodDescriptionDumpVariablesTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) InjectVariablesTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.plugins.vcs.task.export
Methods in com.atlassian.bamboo.plugins.vcs.task.export with parameters of type TaskContainerModifier and TypeMethodDescriptionAbstractVcsTaskExporter.baseVcsTaskToConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) Implementation ofTaskDefinitionExporter.toTaskConfiguration(TaskContainer, TaskProperties)for exporters ofBaseVcsTaskProperties.VcsBranchTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) VcsCheckoutTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) VcsCommitTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) VcsPushTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) VcsTagTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.task
Classes in com.atlassian.bamboo.task with type parameters of type TaskContainerModifier and TypeInterfaceDescriptioninterfaceDecoratedTaskDefinition<T extends TaskContainer>A definition of one decorated configuration of aTaskTypeMethods in com.atlassian.bamboo.task with type parameters of type TaskContainerModifier and TypeMethodDescription<T extends TaskContainer>
@NotNull DecoratedTaskDefinition<T> TaskService.getDecoratedTaskDefinition(T taskContainer, long taskId) Retrieve aDecoratedTaskDefinitionfrom a givenTaskContainer.<T extends TaskContainer>
@NotNull List<DecoratedTaskDefinition<T>> TaskService.getDecoratedTaskDefinitions(T taskContainer) Retrieve a list of allDecoratedTaskDefinitionfor a givenTaskContainer. -
Uses of TaskContainer in com.atlassian.bamboo.task.export
Methods in com.atlassian.bamboo.task.export with parameters of type TaskContainerModifier and TypeMethodDescriptionprotected @NotNull StringAbstractRepositoryAwareTaskExporter.getRepositoryIdString(@NotNull com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties repository, @NotNull TaskContainer taskContainer) Get database ID of a repository based on the passed identifier and task container.@NotNull List<? extends VcsRepositoryData> AbstractRepositoryAwareTaskExporter.getRepositoryListForTaskContainer(@NotNull 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>
TTaskDefinitionExporter.toSpecsEntity(@NotNull TaskContainer taskContainer, @NotNull TaskDefinition taskDefinition) Create Bamboo Specs object representing this task.DefaultTaskDefinitionExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) TaskDefinitionExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) Converts properties to Bamboo task configuration.TaskDefinitionExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) Converts properties to Bamboo task configuration.TaskDefinitionExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch) Converts properties to Bamboo task configuration. -
Uses of TaskContainer in com.atlassian.bamboo.warnings.export
Methods in com.atlassian.bamboo.warnings.export with parameters of type TaskContainerModifier and TypeMethodDescriptionWarningsTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties) -
Uses of TaskContainer in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Classes in com.atlassian.bamboo.ww2.actions.build.admin.config.task with type parameters of type TaskContainerModifier and TypeClassDescriptionclassDecoratedTaskManipulationResult<T extends TaskContainer>Decoration of task used when displaying on the UI.