Uses of Interface
com.atlassian.bamboo.task.InternalTaskType
Package
Description
-
Uses of InternalTaskType in com.atlassian.bamboo.chains.plugins
Modifier and TypeMethodDescriptionPrePostTaskActions.executeAfter
(@NotNull InternalTaskType task, @Nullable TaskResult taskResult) Executes a custom action after the task is executed.void
PrePostTaskActions.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
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.ant.task
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.artifact
Modifier and TypeClassDescriptionclass
class
Deletes the current working directory -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.command.task
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.grails
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.maven.dependencies
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.maven.task
Modifier and TypeClassDescriptionclass
class
class
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.php.task
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.script.task
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.shell.task
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testresultparser.task
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testresultparser.testng.task
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testutils.generator
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.variable.debug
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.variable.inject
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.vcs.task
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of InternalTaskType in com.atlassian.bamboo.task
Modifier and TypeInterfaceDescriptioninterface
An Executable Task.interface
An Executable Task.Modifier and TypeMethodDescriptionprotected <D extends PrePostTaskActionsDescriptor,
T extends InternalTaskType>
Collection<PrePostTaskActions>TaskActionExecutorImpl.getTaskActionsFor
(Class<D> descriptorClass, T task) Find all module descriptors ofdescriptorClass
type, next reduce a list to those which are intended to be used with tasks oftask
type (descriptor.getTaskClass()).Modifier 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