Uses of Interface
com.atlassian.bamboo.task.InternalTaskType
-
-
Uses of InternalTaskType in com.atlassian.bamboo.chains.plugins
Methods in com.atlassian.bamboo.chains.plugins with parameters of type InternalTaskType Modifier and Type Method Description TaskResult
PrePostTaskActions. 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
Subinterfaces of InternalTaskType in com.atlassian.bamboo.deployments.execution Modifier and Type Interface Description interface
DeploymentTaskType
An Executable Task. -
Uses of InternalTaskType in com.atlassian.bamboo.plugins.ant.task
Classes in com.atlassian.bamboo.plugins.ant.task that implement InternalTaskType Modifier and Type Class Description class
AntBuildTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.artifact
Classes in com.atlassian.bamboo.plugins.artifact that implement InternalTaskType Modifier and Type Class Description class
ArtifactDownloaderTask
class
CleanWorkingDirectoryTask
Deletes 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 Modifier and Type Class Description class
CommandBuildTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.grails
Classes in com.atlassian.bamboo.plugins.grails that implement InternalTaskType Modifier and Type Class Description class
GrailsBuildTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.maven.dependencies
Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement InternalTaskType Modifier and Type Class Description class
MavenDependenciesProcessorTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.maven.task
Classes in com.atlassian.bamboo.plugins.maven.task that implement InternalTaskType Modifier and Type Class Description class
Maven1BuildTask
class
Maven2BuildTask
class
Maven3BuildTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.php.task
Classes in com.atlassian.bamboo.plugins.php.task that implement InternalTaskType Modifier and Type Class Description class
PhpUnitBuildTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.script.task
Classes in com.atlassian.bamboo.plugins.script.task that implement InternalTaskType Modifier and Type Class Description class
ScriptBuildTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.shell.task
Classes in com.atlassian.bamboo.plugins.shell.task that implement InternalTaskType Modifier and Type Class Description class
AbstractShellBuildTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testresultparser.task
Classes in com.atlassian.bamboo.plugins.testresultparser.task that implement InternalTaskType Modifier and Type Class Description class
JUnitResultParserTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testresultparser.testng.task
Classes in com.atlassian.bamboo.plugins.testresultparser.testng.task that implement InternalTaskType Modifier and Type Class Description class
TestNGResultParserTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testutils.generator
Classes in com.atlassian.bamboo.plugins.testutils.generator that implement InternalTaskType Modifier and Type Class Description class
TestResultGeneratorTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.variable.debug
Classes in com.atlassian.bamboo.plugins.variable.debug that implement InternalTaskType Modifier and Type Class Description class
DumpVariablesTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.variable.inject
Classes in com.atlassian.bamboo.plugins.variable.inject that implement InternalTaskType Modifier and Type Class Description class
InjectVariablesTask
-
Uses of InternalTaskType in com.atlassian.bamboo.plugins.vcs.task
Classes in com.atlassian.bamboo.plugins.vcs.task that implement InternalTaskType Modifier and Type Class Description class
VcsBranchTask
class
VcsCheckoutTask
class
VcsCommitTask
class
VcsPushTask
class
VcsTagTask
-
Uses of InternalTaskType in com.atlassian.bamboo.task
Subinterfaces of InternalTaskType in com.atlassian.bamboo.task Modifier and Type Interface Description interface
CommonTaskType
An Executable Task.interface
TaskType
An Executable Task.Methods in com.atlassian.bamboo.task with type parameters of type InternalTaskType Modifier and Type Method Description protected <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()).Methods in com.atlassian.bamboo.task with parameters of type InternalTaskType Modifier and Type Method Description TaskResult
TaskActionExecutor. executePostTaskActions(@NotNull InternalTaskType task, @Nullable TaskResult taskResult, @NotNull Collection<PrePostTaskActions> taskActions)
Run post-task execution actions.TaskResult
TaskActionExecutorImpl. executePostTaskActions(@NotNull InternalTaskType task, @Nullable TaskResult taskResult, @NotNull Collection<PrePostTaskActions> taskActions)
Collection<PrePostTaskActions>
TaskActionExecutor. executePreTaskActions(@NotNull InternalTaskType task, @NotNull CommonTaskContext taskContext)
Run pre-task execution actions.Collection<PrePostTaskActions>
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 Modifier and Type Class Description class
WarningsTask
-