Uses of Interface
com.atlassian.bamboo.task.TaskDefinition
Packages that use TaskDefinition
Package
Description
-
Uses of TaskDefinition in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build with type parameters of type TaskDefinitionModifier and TypeFieldDescriptionprotected List<TaskDefinition> DefaultBuildDefinition.taskDefinitionsMethods in com.atlassian.bamboo.build that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull List<TaskDefinition> BuildDefinition.getTaskDefinitions()All tasks defined for this build.@NotNull List<TaskDefinition> DefaultBuildDefinition.getTaskDefinitions()@NotNull List<TaskDefinition> DefaultJob.getTaskDefinitions()@Nullable List<TaskDefinition> PartialBuildDefinition.getTaskDefinitions()Method parameters in com.atlassian.bamboo.build with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionvoidBuildDefinition.setTaskDefinitions(@NotNull List<TaskDefinition> taskDefinitions) voidDefaultBuildDefinition.setTaskDefinitions(@NotNull List<TaskDefinition> taskConfigs) -
Uses of TaskDefinition in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers that return TaskDefinitionModifier 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.Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.task.TaskTaskDefinitionExportHelper.toSpecsEntity(TaskContainer taskContainer, TaskDefinition taskDefinition) Method parameters in com.atlassian.bamboo.configuration.external.helpers with type arguments of type TaskDefinitionModifier and TypeMethodDescription@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. -
Uses of TaskDefinition in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials with parameters of type TaskDefinitionModifier and TypeMethodDescriptionCredentialsConfigFunctions.taskDefinitionToConfigMap(TaskDefinition taskDefinition) CredentialsDependerFunctions.taskDefinitionToCredentialsDepender(TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull List<TaskDefinition> Environment.getTaskDefinitions()@NotNull List<TaskDefinition> EnvironmentImpl.getTaskDefinitions()@NotNull List<TaskDefinition> EnvironmentWithConfigCounts.getTaskDefinitions()@NotNull Supplier<List<TaskDefinition>> EnvironmentImpl.getTaskDefinitionsSupplier()@NotNull Supplier<List<TaskDefinition>> EnvironmentWithConfigCounts.getTaskDefinitionsSupplier()@NotNull Supplier<List<TaskDefinition>> InternalEnvironment.getTaskDefinitionsSupplier()Return (possibly lazy) supplier of tasks.Methods in com.atlassian.bamboo.deployments.environments with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Set<Requirement> DeploymentTaskRequirementSupport.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) Populates theRequirementSetneeded based off of theTaskDefinition@NotNull List<PlanRepositoryDefinition> RepositoryAwareDeploymentTaskConfigurator.getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull InternalEnvironment environment) voidRepositoryAwareDeploymentTaskConfigurator.handleRepositoryIdChanged(@NotNull TaskDefinition taskDefinition, @NotNull Map<Long, Long> repositoryIdChanges) Action taken if repository id changed, i.e. after repository is edited. -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return TaskDefinitionModifier and TypeMethodDescriptionprotected @Nullable TaskDefinitionConfigureEnvironmentTasks.getTaskById(long id) -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.environments.actions.tasks
Fields in com.atlassian.bamboo.deployments.environments.actions.tasks declared as TaskDefinitionMethods in com.atlassian.bamboo.deployments.environments.actions.tasks that return TaskDefinition -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.environments.dashboard
Methods in com.atlassian.bamboo.deployments.environments.dashboard that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull List<TaskDefinition> EnvironmentStubImpl.getTaskDefinitions()@NotNull Supplier<List<TaskDefinition>> EnvironmentStubImpl.getTaskDefinitionsSupplier() -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.environments.persistence
Fields in com.atlassian.bamboo.deployments.environments.persistence with type parameters of type TaskDefinitionModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.ListAttribute<MutableEnvironmentImpl, TaskDefinition> MutableEnvironmentImpl_.taskDefinitionsMethods in com.atlassian.bamboo.deployments.environments.persistence that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull List<TaskDefinition> EnvironmentStubDto.getTaskDefinitions()@NotNull List<TaskDefinition> MutableEnvironmentImpl.getTaskDefinitions()static @NotNull Supplier<List<TaskDefinition>> EnvironmentLazyReferencesFactory.getTaskDefinitionsSupplier(@Nullable String tasksXmlData) @NotNull Supplier<List<TaskDefinition>> EnvironmentStubDto.getTaskDefinitionsSupplier()@NotNull Supplier<List<TaskDefinition>> MutableEnvironmentImpl.getTaskDefinitionsSupplier() -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.environments.persistence.internal
Methods in com.atlassian.bamboo.deployments.environments.persistence.internal that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull List<TaskDefinition> InternalEnvironmentImpl.getTaskDefinitions()@NotNull Supplier<List<TaskDefinition>> InternalEnvironmentImpl.getTaskDefinitionsSupplier() -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return TaskDefinitionModifier and TypeMethodDescriptionEnvironmentTaskService.createTask(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration) Create a new task in the environmentEnvironmentTaskService.createTask(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration) Create a new task in the environment@NotNull TaskDefinitionEnvironmentTaskServiceImpl.createTask(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration) @NotNull TaskDefinitionEnvironmentTaskServiceImpl.createTask(long environmentId, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration) EnvironmentTaskService.editTask(long environmentId, long taskId, String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, Map<String, String> taskConfigurationMap) Edit an existing task in the environmentEnvironmentTaskService.editTask(long environmentId, long taskId, String userDescription, boolean isEnabled, Map<String, String> taskConfigurationMap) Edit an existing task in the environmentEnvironmentTaskServiceImpl.editTask(long environmentId, long taskId, String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, Map<String, String> taskConfigurationMap) EnvironmentTaskServiceImpl.editTask(long environmentId, long taskId, String userDescription, boolean isEnabled, Map<String, String> taskConfigurationMap) protected @Nullable TaskDefinitionEnvironmentTaskServiceImpl.getTaskById(@NotNull List<TaskDefinition> tasks, long id) Method parameters in com.atlassian.bamboo.deployments.environments.service with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionprotected @Nullable TaskDefinitionEnvironmentTaskServiceImpl.getTaskById(@NotNull List<TaskDefinition> tasks, long id) -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.environments.task
Methods in com.atlassian.bamboo.deployments.environments.task with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Supplier<Set<Requirement>> EnvironmentTaskRequirementsHelper.getEnvironmentRequirementsSupplier(@NotNull Environment environment, @NotNull TaskDefinition taskDefinition) Calculates requirements for a task definition that is part of a job.EnvironmentTaskRequirementsHelperImpl.getEnvironmentRequirementsSupplier(@NotNull Environment environment, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.deployments.execution
Constructor parameters in com.atlassian.bamboo.deployments.execution with type arguments of type TaskDefinitionModifierConstructorDescriptionDeploymentContextImpl(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, Multimap<String, Artifact> versionArtifacts, @Nullable DeploymentVersion previousVersion, @NotNull Iterable<CredentialsData> sharedCredentials, @NotNull Map<PlanKey, ChainStorageTag> necessaryStorageTags, @NotNull Map<String, Map<String, String>> pluginConfigMap, @NotNull DockerPipelineConfiguration dockerPipelineConfiguration, @NotNull CommonArtifactContext commonArtifactContext, boolean isVerboseLoggingOn, boolean expectingDedicatedEphemeralAgent) -
Uses of TaskDefinition in com.atlassian.bamboo.event.analytics
Constructors in com.atlassian.bamboo.event.analytics with parameters of type TaskDefinitionModifierConstructorDescriptionTaskBuildStartedAnalyticsEvent(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.fieldvalue
Methods in com.atlassian.bamboo.fieldvalue that return types with arguments of type TaskDefinitionModifier and TypeMethodDescriptionstatic @NotNull List<TaskDefinition> TaskConfigurationUtils.addTaskToList(@NotNull List<TaskDefinition> originalTasks, @NotNull TaskDefinition toAdd) static @NotNull List<TaskDefinition> TaskConfigurationUtils.getNewTaskList(@NotNull List<TaskDefinition> originalTasks, @NotNull TaskDefinition toMove, long beforeId, long afterId, boolean isFinal) static @NotNull List<TaskDefinition> TaskConfigurationUtils.getTaskDefinitionsFromConfig(String taskPrefix, org.apache.commons.configuration.HierarchicalConfiguration fromConfig) Retrieves tasks from build configurationstatic @NotNull Optional<List<TaskDefinition>> TaskConfigurationUtils.replaceCapabilityLabelInTasks(@NotNull List<TaskDefinition> taskDefinitions, @NotNull String keyToReplace, @NotNull String oldCapabilityLabel, @NotNull String newCapabilityLabel, @NotNull String oldCapabilityKey, @NotNull String newCapabilityKey) Replaces references to a capability in tasks from the list with a new capability key.Methods in com.atlassian.bamboo.fieldvalue with parameters of type TaskDefinitionModifier and TypeMethodDescriptionstatic @NotNull List<TaskDefinition> TaskConfigurationUtils.addTaskToList(@NotNull List<TaskDefinition> originalTasks, @NotNull TaskDefinition toAdd) static @NotNull List<TaskDefinition> TaskConfigurationUtils.getNewTaskList(@NotNull List<TaskDefinition> originalTasks, @NotNull TaskDefinition toMove, long beforeId, long afterId, boolean isFinal) Method parameters in com.atlassian.bamboo.fieldvalue with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionstatic voidTaskConfigurationUtils.addTaskDefinitionsToConfig(@Nullable List<TaskDefinition> taskDefinitions, @NotNull org.apache.commons.configuration.HierarchicalConfiguration config, @NotNull String taskPrefix) Adds tasks to a build configurationstatic @NotNull List<TaskDefinition> TaskConfigurationUtils.addTaskToList(@NotNull List<TaskDefinition> originalTasks, @NotNull TaskDefinition toAdd) static voidTaskConfigurationUtils.adjustFinalisingBar(@NotNull List<TaskDefinition> tasks, long beforeId, long afterId) static @NotNull List<TaskDefinition> TaskConfigurationUtils.getNewTaskList(@NotNull List<TaskDefinition> originalTasks, @NotNull TaskDefinition toMove, long beforeId, long afterId, boolean isFinal) static longTaskConfigurationUtils.getUniqueId(@NotNull List<TaskDefinition> tasks) Returns id of task that is not used in provided list.static @NotNull Optional<List<TaskDefinition>> TaskConfigurationUtils.replaceCapabilityLabelInTasks(@NotNull List<TaskDefinition> taskDefinitions, @NotNull String keyToReplace, @NotNull String oldCapabilityLabel, @NotNull String newCapabilityLabel, @NotNull String oldCapabilityKey, @NotNull String newCapabilityKey) Replaces references to a capability in tasks from the list with a new capability key. -
Uses of TaskDefinition in com.atlassian.bamboo.fileserver
Method parameters in com.atlassian.bamboo.fileserver with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionstatic final Map<PlanKey, ChainStorageTag> StorageTagUtils.gatherNeededStorageTags(@NotNull StorageTagService storageTagService, @Nullable List<TaskDefinition> taskDefinitions, @Nullable BuildIdentifier identifier) -
Uses of TaskDefinition in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister with parameters of type TaskDefinitionModifier and TypeMethodDescriptionstatic StringTaskAuditLogHelper.getTaskHeader(TaskManager taskManager, @NotNull TaskDefinition taskDefinition) static voidTaskAuditLogHelper.logTaskConfigurationChanges(AuditLogService auditLogService, TaskManager taskManager, AuditLogEntityType entityType, Key key, TaskDefinition taskDefinition, Map<String, String> oldConfiguration, String oldDescription, boolean oldIsEnabled) -
Uses of TaskDefinition in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull List<TaskDefinition> ImmutableJobImpl.getTaskDefinitions() -
Uses of TaskDefinition in com.atlassian.bamboo.plan.task
Classes in com.atlassian.bamboo.plan.task that implement TaskDefinitionModifier and TypeClassDescriptionclassDecoratedTaskDefinitionImpl<T extends TaskContainer>Decoration of task used when displaying on the UI.Constructors in com.atlassian.bamboo.plan.task with parameters of type TaskDefinitionModifierConstructorDescriptionDecoratedTaskDefinitionImpl(@NotNull TaskDefinition taskDefinition, @Nullable TaskModuleDescriptor taskModuleDescriptor, T taskContainer) -
Uses of TaskDefinition in com.atlassian.bamboo.plugin
Methods in com.atlassian.bamboo.plugin with type parameters of type TaskDefinitionModifier and TypeMethodDescriptionstatic <T extends TaskDefinition>
Iterable<T> BambooPluginUtils.filterEnabledTasks(Iterable<T> taskDefinitions, String pluginKey) static <T extends TaskDefinition>
Iterable<T> BambooPluginUtils.filterTasks(Iterable<T> taskDefinitions, Predicate<TaskDefinition>... predicates) Methods in com.atlassian.bamboo.plugin that return types with arguments of type TaskDefinitionModifier and TypeMethodDescriptionstatic Iterable<TaskDefinition> BambooPluginUtils.filterEnabledTasks(BuildContext buildContext, String pluginKey) static Iterable<TaskDefinition> BambooPluginUtils.filterTasks(ImmutableJob job, String pluginKey) static Iterable<TaskDefinition> BambooPluginUtils.filterTasks(BuildContext buildContext, String pluginKey) static Iterable<TaskDefinition> BambooPluginUtils.filterTasks(Iterable<TaskDefinition> taskDefinitions, String pluginKey) Method parameters in com.atlassian.bamboo.plugin with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionstatic Iterable<TaskDefinition> BambooPluginUtils.filterTasks(Iterable<TaskDefinition> taskDefinitions, String pluginKey) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.ant.export
Methods in com.atlassian.bamboo.plugins.ant.export with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.AntTaskAntTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.ant.task.configuration
Methods in com.atlassian.bamboo.plugins.ant.task.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Set<Requirement> AntBuildTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition) AntBuildTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidAntBuildTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) booleanAntBuildTaskConfigurator.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.artifact
Methods in com.atlassian.bamboo.plugins.artifact with parameters of type TaskDefinitionModifier and TypeMethodDescriptionArtifactDownloaderTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidArtifactDownloaderTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) ArtifactDownloaderRuntimeDataProvider.populateRuntimeTaskData(@NotNull TaskDefinition taskDefinition, @NotNull CommonContext commonContext) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.artifact.export
Methods in com.atlassian.bamboo.plugins.artifact.export with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTaskArtifactDownloaderTaskExporter.toSpecsEntity(@NotNull TaskContainer taskContainer, @NotNull TaskDefinition taskDefinition) @NotNull com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTaskArtifactDownloaderTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) @NotNull com.atlassian.bamboo.specs.builders.task.CleanWorkingDirectoryTaskCleanWorkingDirectoryTaskExporter.toSpecsEntity(TaskDefinition taskDefinition) Method parameters in com.atlassian.bamboo.plugins.artifact.export with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionArtifactDownloaderTaskExporter.toTaskConfiguration(@NotNull TaskContainer taskContainer, @NotNull List<TaskDefinition> precedingTasks, @NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties, @Nullable VcsBranch importedBranch) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.command.task.configuration
Methods in com.atlassian.bamboo.plugins.command.task.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Set<Requirement> CommandBuildTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition) CommandTaskRuntimeDataProvider.populateRuntimeTaskData(@NotNull TaskDefinition taskDefinition, @NotNull CommonContext commonContext) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.command.task.export
Methods in com.atlassian.bamboo.plugins.command.task.export with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.CommandTaskCommandTaskExporter.toSpecsEntity(TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.grails
Methods in com.atlassian.bamboo.plugins.grails with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Set<Requirement> GrailsTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Job job) GrailsTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidGrailsTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) booleanGrailsTaskConfigurator.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.maven
Methods in com.atlassian.bamboo.plugins.maven with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.MavenTaskMavenTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.maven.dependencies.configuration
Methods in com.atlassian.bamboo.plugins.maven.dependencies.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescriptionMavenDependenciesProcessorTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidMavenDependenciesProcessorTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.maven.dependencies.exporter
Methods in com.atlassian.bamboo.plugins.maven.dependencies.exporter with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.task.TaskMavenDependenciesProcessorTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.maven.task.configuration
Methods in com.atlassian.bamboo.plugins.maven.task.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Set<Requirement> AbstractMavenBuildTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition) @NotNull Set<Requirement> Maven1BuildTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition) @NotNull Set<Requirement> Maven2BuildTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition) @NotNull Set<Requirement> Maven3BuildTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition) AbstractMavenBuildTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) Maven1BuildTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) Maven2BuildTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) Maven3BuildTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidAbstractMavenBuildTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) booleanAbstractMavenBuildTaskConfigurator.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.maven.task.runtime
Methods in com.atlassian.bamboo.plugins.maven.task.runtime with parameters of type TaskDefinitionModifier and TypeMethodDescriptionAbstractMavenRuntimeTaskDataProvider.populateRuntimeTaskData(@NotNull TaskDefinition taskDefinition, @NotNull CommonContext commonContext) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.php.task.configuration
Methods in com.atlassian.bamboo.plugins.php.task.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Set<Requirement> PhpUnitBuildTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Job job) PhpUnitBuildTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidPhpUnitBuildTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) booleanPhpUnitBuildTaskConfigurator.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.php.task.utils
Methods in com.atlassian.bamboo.plugins.php.task.utils with parameters of type TaskDefinitionModifier and TypeMethodDescriptionstatic @NotNull Set<Requirement> PhpUnitBuildTaskHelper.calculateRequirements(@NotNull TaskConfiguratorHelper taskConfiguratorHelper, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.script.task.configuration
Methods in com.atlassian.bamboo.plugins.script.task.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescriptionScriptBuildTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidScriptBuildTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.script.task.export
Methods in com.atlassian.bamboo.plugins.script.task.export with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.ScriptTaskScriptTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.shell.configuration
Methods in com.atlassian.bamboo.plugins.shell.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescriptionAbstractShellCommandTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidAbstractShellCommandTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.testresultparser.task.configuration
Methods in com.atlassian.bamboo.plugins.testresultparser.task.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescriptionTestResultsParserTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidTestResultsParserTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) booleanTestResultsParserTaskConfigurator.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.testresultparser.task.exporter
Methods in com.atlassian.bamboo.plugins.testresultparser.task.exporter with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.task.Task<com.atlassian.bamboo.specs.builders.task.TestParserTask, com.atlassian.bamboo.specs.model.task.TestParserTaskProperties> TestParserTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.testutils.generator
Methods in com.atlassian.bamboo.plugins.testutils.generator with parameters of type TaskDefinitionModifier and TypeMethodDescriptionTestResultGeneratorTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidTestResultGeneratorTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) booleanTestResultGeneratorTaskConfigurator.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.variable.export
Methods in com.atlassian.bamboo.plugins.variable.export with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.DumpVariablesTaskDumpVariablesTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) @NotNull com.atlassian.bamboo.specs.builders.task.InjectVariablesTaskInjectVariablesTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.variable.inject
Methods in com.atlassian.bamboo.plugins.variable.inject with parameters of type TaskDefinitionModifier and TypeMethodDescriptionInjectVariablesTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidInjectVariablesTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.vcs.task.configuration
Methods in com.atlassian.bamboo.plugins.vcs.task.configuration with parameters of type TaskDefinitionModifier and TypeMethodDescriptionAbstractVcsTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) VcsCheckoutTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) voidAbstractVcsTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) voidVcsCheckoutTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) voidVcsTagTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.plugins.vcs.task.export
Methods in com.atlassian.bamboo.plugins.vcs.task.export with parameters of type TaskDefinitionModifier and TypeMethodDescriptionprotected <P extends com.atlassian.bamboo.specs.model.task.BaseVcsTaskProperties,B extends com.atlassian.bamboo.specs.builders.task.BaseVcsTask<B, P>>
BAbstractVcsTaskExporter.baseVcsTaskToSpecsEntity(@NotNull TaskDefinition taskDefinition, B specsEntity) Implementation ofTaskDefinitionExporter.toSpecsEntity(TaskDefinition)for exporters ofBaseVcsTaskProperties.@NotNull com.atlassian.bamboo.specs.builders.task.VcsBranchTaskVcsBranchTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) @NotNull com.atlassian.bamboo.specs.api.builders.task.TaskVcsCheckoutTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) @NotNull com.atlassian.bamboo.specs.builders.task.VcsCommitTaskVcsCommitTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) @NotNull com.atlassian.bamboo.specs.builders.task.VcsPushTaskVcsPushTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) @NotNull com.atlassian.bamboo.specs.builders.task.VcsTagTaskVcsTagTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository with parameters of type TaskDefinitionModifier and TypeMethodDescriptionRepositoryFunctions.idSelectorToPlanRepositoryDefinition(@NotNull List<PlanRepositoryDefinition> repositoryDefinitionList, @NotNull TaskDefinition taskDefinition) RepositoryFunctions.idSelectorToPlanRepositoryDefinition(@NotNull Map<Long, PlanRepositoryDefinition> repositoryDefinitionMap, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.rest.model.deployments.environments
Methods in com.atlassian.bamboo.rest.model.deployments.environments that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull List<TaskDefinition> RestEnvironment.getTaskDefinitions() -
Uses of TaskDefinition in com.atlassian.bamboo.task
Subinterfaces of TaskDefinition in com.atlassian.bamboo.taskModifier and TypeInterfaceDescriptioninterfaceDecoratedTaskDefinition<T extends TaskContainer>A definition of one decorated configuration of aTaskTypeClasses in com.atlassian.bamboo.task that implement TaskDefinitionMethods in com.atlassian.bamboo.task that return TaskDefinitionModifier and TypeMethodDescriptionTaskConfigurationService.createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Create a task Definition and save it against the planTaskConfigurationService.createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Create a task Definition and save it against the planTaskConfigurationServiceImpl.createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) TaskConfigurationServiceImpl.createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) TaskConfigurationService.editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Update the details of specific taskDefinitionTaskConfigurationService.editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Update the details of specific taskDefinitionTaskConfigurationServiceImpl.editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) TaskConfigurationServiceImpl.editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) protected @Nullable TaskDefinitionTaskConfigurationServiceImpl.getTaskById(@NotNull List<TaskDefinition> tasks, long id) TaskConfigurationService.setTaskState(@NotNull PlanKey planKey, long taskId, boolean isEnabled) Update the disable state of specific taskDefinitionTaskConfigurationServiceImpl.setTaskState(@NotNull PlanKey planKey, long taskId, boolean disabled) Methods in com.atlassian.bamboo.task that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull Optional<TaskDefinition> TaskConfiguratorHelper.extractTaskDefinition(@NotNull ActionParametersMap params) Get the task definition for the task defined in the parameter map.@NotNull Optional<TaskDefinition> TaskConfiguratorHelperImpl.extractTaskDefinition(@NotNull ActionParametersMap params) TaskConfigurationService.getRelevantTasksForRepositoryId(@NotNull ImmutableJob job, long repositoryId) Return relevantTaskDefinitionfor givenJoband repositoryIdTaskConfigurationServiceImpl.getRelevantTasksForRepositoryId(@NotNull ImmutableJob job, long repositoryId) @NotNull List<TaskDefinition> TaskConfiguratorHelper.getTaskDefinitions(ActionParametersMap params) Get all the task definitions for the job or environment defined in the parameter map.@NotNull List<TaskDefinition> TaskConfiguratorHelperImpl.getTaskDefinitions(ActionParametersMap params) @NotNull List<TaskDefinition> TaskContainer.getTaskDefinitions()@NotNull List<TaskDefinition> TaskContextHelperService.getTasks(@NotNull ActionParametersMap params) @NotNull List<TaskDefinition> @NotNull List<TaskDefinition> TaskContextHelperServiceImpl.getTasks(@NotNull ActionParametersMap params) @NotNull List<TaskDefinition> @NotNull List<TaskDefinition> TaskContextHelperService.getTasksBeforeTaskId(@NotNull Map<String, Object> context, long taskId) @NotNull List<TaskDefinition> TaskContextHelperServiceImpl.getTasksBeforeTaskId(@NotNull Map<String, Object> context, long taskId) static com.google.common.base.Predicate<TaskDefinition> TaskPredicates.hasTaskDefinitionEqualId(long id) Get a predicate that returns true forTaskDefinitionwhich has equal idstatic com.google.common.base.Predicate<TaskDefinition> TaskPredicates.hasTaskDefinitionEqualId(@NotNull TaskDefinition taskDefinition) Get a predicate that returns true forTaskDefinitionwhich has equal idstatic com.google.common.base.Predicate<TaskDefinition> TaskPredicates.isConfigurationFieldEqual(@NotNull String key, @NotNull String value) Get a predicate that returns true if TaskDefinition.getConfiguration contains key and value equal to passed in parameters.static com.google.common.base.Predicate<TaskDefinition> TaskPredicates.isFinalisingEqual(boolean isFinalising) Get a predicate that returns true if TaskDefinition.isFinalisingTask is equal to passed as parameterstatic com.google.common.base.Predicate<TaskDefinition> TaskPredicates.isFinalisingTaskDefinition()Get a predicate that returns true for TaskDefinition which are marked as "finalizing"static com.google.common.base.Predicate<TaskDefinition> TaskPredicates.isTaskEnabled()Get a predicate that returns true forTaskDefinitionwhich is enabledMethods in com.atlassian.bamboo.task with parameters of type TaskDefinitionModifier and TypeMethodDescriptionvoidTaskConfiguratorHelper.addJdkRequirement(@NotNull Set<Requirement> requirements, @NotNull TaskDefinition taskDefinition, @NotNull String cfgJdkLabel) Add JDK requirement if JDK was defined in task configurationvoidTaskConfiguratorHelperImpl.addJdkRequirement(@NotNull Set<Requirement> requirements, @NotNull TaskDefinition taskDefinition, @NotNull String cfgJdkLabel) voidTaskConfiguratorHelper.addSystemRequirementFromConfiguration(@NotNull Set<Requirement> requirements, @NotNull TaskDefinition taskDefinition, @NotNull String cfgKey, @NotNull String requirementPrefix) Add Executable requirement if Executable was defined in task configurationvoidTaskConfiguratorHelperImpl.addSystemRequirementFromConfiguration(@NotNull Set<Requirement> requirements, @NotNull TaskDefinition taskDefinition, @NotNull String cfgKey, @NotNull String requirementPrefix) AbstractTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Buildable job) Deprecated.since 5.0AbstractTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Job job) @NotNull Set<Requirement> BuildTaskRequirementSupport.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Job job) Populates theRequirementSetneeded based off of theTaskDefinition@NotNull Set<Requirement> TaskRequirementSupport.calculateRequirements(@NotNull TaskDefinition taskDefinition) Populates theRequirementSetneeded based off of theTaskDefinitionvoidTaskManager.calculateRequirementsForTaskDefinition(@NotNull Job job, @NotNull TaskDefinition taskDefinition) Attempts to addRequirements to the specifiedBuildableif theTaskConfiguratoris an implementor ofBuildTaskRequirementSupportIf requirements are already present for the specifiedTaskDefinitionthey will be removed and recalculatedvoidTaskManager.calculateRequirementsForTaskDefinition(@NotNull Job job, @NotNull TaskDefinition taskDefinition, boolean dockerPipelinesEnabled) Attempts to addRequirements to the specifiedBuildableif theTaskConfiguratoris an implementor ofBuildTaskRequirementSupportIf requirements are already present for the specifiedTaskDefinitionthey will be removed and recalculatedvoidTaskManager.calculateRequirementsForTaskDefinition(@NotNull RequirementSet requirementSet, @NotNull TaskDefinition taskDefinition, Supplier<Set<Requirement>> requirementSupplier, boolean dockerPipelinesEnabled) Attempts to addRequirements to the specifiedRequirementSet.voidTaskManagerImpl.calculateRequirementsForTaskDefinition(@NotNull Job job, @NotNull TaskDefinition taskDefinition) voidTaskManagerImpl.calculateRequirementsForTaskDefinition(@NotNull Job job, @NotNull TaskDefinition taskDefinition, boolean dockerPipelinesEnabled) voidTaskManagerImpl.calculateRequirementsForTaskDefinition(@NotNull RequirementSet requirementSet, @NotNull TaskDefinition taskDefinition, Supplier<Set<Requirement>> requirementSupplier, boolean dockerPipelinesEnabled) @Nullable RequirementTaskConfiguratorHelper.createRequirementFromConfiguration(@NotNull TaskDefinition taskDefinition, @NotNull String cfgKey) Creates a new Executable requirement if Executable was defined in task configuration@Nullable RequirementTaskConfiguratorHelperImpl.createRequirementFromConfiguration(@NotNull TaskDefinition taskDefinition, @NotNull String cfgKey) AbstractTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) TaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) Convert the params from the ui into a config map to be stored in the database for the taskDefinition.static com.google.common.base.Predicate<TaskDefinition> TaskPredicates.hasTaskDefinitionEqualId(@NotNull TaskDefinition taskDefinition) Get a predicate that returns true forTaskDefinitionwhich has equal idvoidAbstractTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) voidTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) Provide any required context to be used when rendering the freemarker template for view editing a task definitionvoidAbstractTaskConfigurator.populateContextForView(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) Deprecated.since 5.13, tasks do not have view UI anymore and any overrides of this method are not executedvoidTaskConfiguratorHelper.populateContextWithConfiguration(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition, @NotNull Iterable<String> keys) Populate Freemarker context with selected data from task configuration.voidTaskConfiguratorHelperImpl.populateContextWithConfiguration(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition, @NotNull Iterable<String> keys) RuntimeTaskDataProvider.populateRuntimeTaskData(@NotNull TaskDefinition taskDefinition, @NotNull CommonContext commonContext) Server side pre-build action that may be implemented by task.@NotNull TaskStateQuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition) @NotNull TaskStateTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition) Recalculate theTaskStateof a given task and its' result.voidTaskManager.removeRequirementsForTaskDefinition(@NotNull Buildable buildable, @NotNull TaskDefinition taskDefinition) Removes all theRequirements that belong to theTaskDefinitionvoidTaskManager.removeRequirementsForTaskDefinition(@NotNull RequirementSet requirementSet, @NotNull TaskDefinition taskDefinition) Removes all theRequirements that belong to theTaskDefinitionvoidTaskManagerImpl.removeRequirementsForTaskDefinition(@NotNull Buildable buildable, @NotNull TaskDefinition taskDefinition) voidTaskManagerImpl.removeRequirementsForTaskDefinition(@NotNull RequirementSet requirementSet, @NotNull TaskDefinition taskDefinition) booleanTaskManager.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) Return true iff task defined inTaskDefinitionis configured to produce test results.booleanTaskManagerImpl.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) booleanTaskTestResultsSupport.taskProducesTestResults(@NotNull TaskDefinition taskDefinition) Returns true iff task defined by TaskDefinition produces test results.voidTaskManager.updateRepositoryIdsInTask(@NotNull TaskDefinition taskDefinition, @NotNull Map<Long, Long> repositoryIdChanges) Updates task configurations affected by repository edition.voidTaskManagerImpl.updateRepositoryIdsInTask(@NotNull TaskDefinition taskDefinition, @NotNull Map<Long, Long> repositoryIdChanges) Method parameters in com.atlassian.bamboo.task with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionvoidTaskConfigurationService.createTaskList(PlanKey planKey, @NotNull List<TaskDefinition> taskDefinitions) Initializes task list of a plan with the provided list.voidTaskConfigurationServiceImpl.createTaskList(PlanKey planKey, @NotNull List<TaskDefinition> taskDefinitions) protected @Nullable TaskDefinitionTaskConfigurationServiceImpl.getTaskById(@NotNull List<TaskDefinition> tasks, long id) Constructors in com.atlassian.bamboo.task with parameters of type TaskDefinitionModifierConstructorDescriptionImmutableTaskDefinition(@NotNull TaskDefinition taskDefinition) TaskDefinitionImpl(TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.task.conversion
Methods in com.atlassian.bamboo.task.conversion that return types with arguments of type TaskDefinitionModifier and TypeMethodDescription@NotNull List<TaskDefinition> LegacyBuilderToTaskConverter.builder2TaskList(@NotNull BuildConfiguration buildConfiguration) Deprecated.Creates a list of tasks out of BuildConfiguration. -
Uses of TaskDefinition in com.atlassian.bamboo.task.export
Methods in com.atlassian.bamboo.task.export with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.task.TaskDefaultTaskDefinitionExporter.toSpecsEntity(TaskDefinition taskDefinition) 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.<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 TaskDefinition taskDefinition) Create Bamboo Specs object representing this task.Method parameters in com.atlassian.bamboo.task.export with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionTaskDefinitionExporter.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 TaskDefinition in com.atlassian.bamboo.task.repository
Methods in com.atlassian.bamboo.task.repository with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Set<Requirement> AbstractRepositoryAwareTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Job job) @NotNull Set<Requirement> AbstractRepositoryAwareTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) @NotNull List<PlanRepositoryDefinition> AbstractRepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull InternalEnvironment environment) @NotNull List<PlanRepositoryDefinition> AbstractRepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job) @NotNull List<PlanRepositoryDefinition> RepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job) static PlanRepositoryDefinitionRepositoryTaskHelper.getPlanRepositoryByIdSelector(@NotNull CommonContext buildContext, @NotNull TaskDefinition taskDefinition, @NotNull String repositoryIdSelector) voidAbstractRepositoryAwareTaskConfigurator.handleRepositoryIdChanged(@NotNull TaskDefinition taskDefinition, @NotNull Map<Long, Long> repositoryIdChanges) voidRepositoryAwareTaskConfigurator.handleRepositoryIdChanged(@NotNull TaskDefinition taskDefinition, @NotNull Map<Long, Long> repositoryIdChanges) Action taken if repository id changed, i.e. after repository is edited.static voidRepositoryTaskHelper.replaceRepositoryReferences(@NotNull TaskDefinition taskDefinition, @NotNull Map<Long, Long> repositoryIdChanges) static @NotNull List<PlanRepositoryDefinition> RepositoryTaskHelper.safeGetPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull List<PlanRepositoryDefinition> repositoryDefinitionList) Get list ofPlanRepositoryDefinitionexisting in repositoryDefinitionMap and used by task -
Uses of TaskDefinition in com.atlassian.bamboo.task.runtime
Subinterfaces of TaskDefinition in com.atlassian.bamboo.task.runtimeModifier and TypeInterfaceDescriptioninterfaceTask definition extended with runtime informationClasses in com.atlassian.bamboo.task.runtime that implement TaskDefinitionConstructors in com.atlassian.bamboo.task.runtime with parameters of type TaskDefinitionModifierConstructorDescriptionRuntimeTaskDefinitionImpl(@NotNull TaskDefinition t) RuntimeTaskDefinitionImpl(@NotNull TaskDefinition t, @Nullable Map<String, String> runtimeContext, boolean producesTestResults) RuntimeTaskDefinitionImpl(@NotNull TaskDefinition t, @Nullable Map<String, String> runtimeContext, @Nullable Map<String, WhitelistedSerializable> runtimeData, boolean producesTestResults) -
Uses of TaskDefinition in com.atlassian.bamboo.upgrade.tasks
Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type TaskDefinitionModifier and TypeMethodDescriptionprotected abstract booleanAbstractTaskConfigurationUpgradeTask.updateTaskDefinition(TaskDefinition taskDefinition) Update task definition. -
Uses of TaskDefinition in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type TaskDefinitionModifier and TypeMethodDescriptionstatic Predicate<TaskDefinition> BambooPredicates.hasTaskDefinitionEqualId(long id) static Predicate<TaskDefinition> BambooPredicates.isFinalizingTaskDefinition()Get a predicate that returns true for TaskDefinition which are marked as "finalizing" -
Uses of TaskDefinition in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service that return types with arguments of type TaskDefinitionModifier and TypeMethodDescriptionVcsRepositoryConfigurationService.getRelevantJobsForRepositoryIdChange(@NotNull ImmutablePlan plan, long repositoryId) Deprecated.since 5.14VcsRepositoryConfigurationServiceImpl.getRelevantJobsForRepositoryIdChange(@NotNull ImmutablePlan plan, long repositoryId) -
Uses of TaskDefinition in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull Set<Requirement> WarningsTaskConfigurator.calculateRequirements(@NotNull TaskDefinition taskDefinition, @NotNull Job job) WarningsTaskConfigurator.generateTaskConfigMap(@NotNull ActionParametersMap params, @Nullable TaskDefinition previousTaskDefinition) @NotNull List<PlanRepositoryDefinition> WarningsTaskConfigurator.getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job) voidWarningsTaskConfigurator.handleRepositoryIdChanged(@NotNull TaskDefinition taskDefinition, @NotNull Map<Long, Long> repositoryIdChanges) voidWarningsTaskConfigurator.populateContextForEdit(@NotNull Map<String, Object> context, @NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.warnings.export
Methods in com.atlassian.bamboo.warnings.export with parameters of type TaskDefinitionModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.builders.task.BuildWarningParserTaskWarningsTaskExporter.toSpecsEntity(@NotNull TaskDefinition taskDefinition) -
Uses of TaskDefinition in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository that return types with arguments of type TaskDefinitionMethods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type TaskDefinitionMethod parameters in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionDeleteRepository.getTasksCount(Map<Job, List<TaskDefinition>> tasks) -
Uses of TaskDefinition in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.task declared as TaskDefinitionMethods in com.atlassian.bamboo.ww2.actions.build.admin.config.task that return TaskDefinitionModifier and TypeMethodDescriptionprotected @Nullable TaskDefinitionConfigureBuildTasks.getTaskById(@NotNull ImmutablePlan plan, long id) EditTask.getTaskDefinition()Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskDefinitionModifier and TypeMethodDescriptionTaskUIConfigBean.conditionHtml(String conditionPluginKey, @Nullable TaskDefinition taskDefinition, @NotNull ActionParametersMap params) TaskUIConfigBean.getTaskConfigurationMap(@NotNull TaskModuleDescriptor taskDescriptor, @Nullable TaskDefinition previousTaskDefinition) @NotNull StringTaskUIConfigBean.prepareEditHtml(@NotNull TaskModuleDescriptor taskDescriptor, @NotNull TaskDefinition taskDefinition, @NotNull TaskRenderMode renderMode, @NotNull TaskOwner taskOwner) Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type TaskDefinitionModifierConstructorDescriptionDecoratedTaskManipulationResult(@NotNull TaskDefinition taskDefinition, @Nullable TaskModuleDescriptor taskModuleDescriptor, @NotNull com.google.common.collect.Multimap<String, String> requirementConflicts, T taskContainer)