Uses of Interface
com.atlassian.bamboo.task.InternalTaskType
Packages that use InternalTaskType
Package
Description
-
Uses of InternalTaskType in com.atlassian.bamboo.chains.plugins
Methods in com.atlassian.bamboo.chains.plugins with parameters of type InternalTaskTypeModifier and TypeMethodDescriptionPrePostTaskActions.executeAfter(@NotNull InternalTaskType task, @Nullable TaskResult taskResult) Executes a custom action after the task is executed.voidPrePostTaskActions.executeBefore(@NotNull InternalTaskType task, @NotNull CommonTaskContext context) Executes a custom action before the task is executed. -
Uses of InternalTaskType in com.atlassian.bamboo.deployments.execution
Subinterfaces of InternalTaskType in com.atlassian.bamboo.deployments.execution -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.ant.task
Classes in com.atlassian.bamboo.plugins.ant.task that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.artifact
Classes in com.atlassian.bamboo.plugins.artifact that implement InternalTaskTypeModifier and TypeClassDescriptionclassclassDeletes the current working directory -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.command.task
Classes in com.atlassian.bamboo.plugins.command.task that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.grails
Classes in com.atlassian.bamboo.plugins.grails that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.maven.dependencies
Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.maven.task
Classes in com.atlassian.bamboo.plugins.maven.task that implement InternalTaskTypeModifier and TypeClassDescriptionclassclassclass -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.php.task
Classes in com.atlassian.bamboo.plugins.php.task that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.script.task
Classes in com.atlassian.bamboo.plugins.script.task that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.shell.task
Classes in com.atlassian.bamboo.plugins.shell.task that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testresultparser.task
Classes in com.atlassian.bamboo.plugins.testresultparser.task that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testresultparser.testng.task
Classes in com.atlassian.bamboo.plugins.testresultparser.testng.task that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testutils.generator
Classes in com.atlassian.bamboo.plugins.testutils.generator that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.variable.debug
Classes in com.atlassian.bamboo.plugins.variable.debug that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.variable.inject
Classes in com.atlassian.bamboo.plugins.variable.inject that implement InternalTaskType -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.vcs.task
Classes in com.atlassian.bamboo.plugins.vcs.task that implement InternalTaskTypeModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of InternalTaskType in com.atlassian.bamboo.task
Subinterfaces of InternalTaskType in com.atlassian.bamboo.taskModifier and TypeInterfaceDescriptioninterfaceAn Executable Task.interfaceAn Executable Task.Methods in com.atlassian.bamboo.task with type parameters of type InternalTaskTypeModifier and TypeMethodDescriptionprotected <D extends PrePostTaskActionsDescriptor,T extends InternalTaskType>
Collection<PrePostTaskActions>TaskActionExecutorImpl.getTaskActionsFor(Class<D> descriptorClass, T task) Find all module descriptors ofdescriptorClasstype, next reduce a list to those which are intended to be used with tasks oftasktype (descriptor.getTaskClass()).Methods in com.atlassian.bamboo.task with parameters of type InternalTaskTypeModifier and TypeMethodDescriptionTaskActionExecutor.executePostTaskActions(@NotNull InternalTaskType task, @Nullable TaskResult taskResult, @NotNull Collection<PrePostTaskActions> taskActions) Run post-task execution actions.TaskActionExecutorImpl.executePostTaskActions(@NotNull InternalTaskType task, @Nullable TaskResult taskResult, @NotNull Collection<PrePostTaskActions> taskActions) TaskActionExecutor.executePreTaskActions(@NotNull InternalTaskType task, @NotNull CommonTaskContext taskContext) Run pre-task execution actions.TaskActionExecutorImpl.executePreTaskActions(@NotNull InternalTaskType task, @NotNull CommonTaskContext taskContext) -
Uses of InternalTaskType in com.atlassian.bamboo.warnings
Classes in com.atlassian.bamboo.warnings that implement InternalTaskType