|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InternalTaskType in com.atlassian.bamboo.chains.plugins |
---|
Methods in com.atlassian.bamboo.chains.plugins with parameters of type InternalTaskType | |
---|---|
TaskResult |
PrePostTaskActions.executeAfter(InternalTaskType task,
TaskResult taskResult)
Executes a custom action after the task is executed. |
void |
PrePostTaskActions.executeBefore(InternalTaskType task,
CommonTaskContext context)
Executes a custom action before the task is executed. |
Uses of InternalTaskType in com.atlassian.bamboo.clover.build |
---|
Methods in com.atlassian.bamboo.clover.build with parameters of type InternalTaskType | |
---|---|
TaskResult |
CloverGrailsBuildTaskActions.executeAfter(InternalTaskType task,
TaskResult taskResult)
|
void |
CloverGrailsBuildTaskActions.executeBefore(InternalTaskType task,
CommonTaskContext context)
|
Uses of InternalTaskType in com.atlassian.bamboo.deployments.execution |
---|
Subinterfaces of InternalTaskType in com.atlassian.bamboo.deployments.execution | |
---|---|
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 | |
---|---|
class |
AntBuildTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.artifact |
---|
Classes in com.atlassian.bamboo.plugins.artifact that implement InternalTaskType | |
---|---|
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 | |
---|---|
class |
CommandBuildTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.grails |
---|
Classes in com.atlassian.bamboo.plugins.grails that implement InternalTaskType | |
---|---|
class |
GrailsBuildTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.maven.dependencies |
---|
Classes in com.atlassian.bamboo.plugins.maven.dependencies that implement InternalTaskType | |
---|---|
class |
MavenDependenciesProcessorTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.maven.task |
---|
Classes in com.atlassian.bamboo.plugins.maven.task that implement InternalTaskType | |
---|---|
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 | |
---|---|
class |
PhpUnitBuildTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.script.task |
---|
Classes in com.atlassian.bamboo.plugins.script.task that implement InternalTaskType | |
---|---|
class |
ScriptBuildTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.shell.task |
---|
Classes in com.atlassian.bamboo.plugins.shell.task that implement InternalTaskType | |
---|---|
class |
AbstractShellBuildTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.testresultparser.task |
---|
Classes in com.atlassian.bamboo.plugins.testresultparser.task that implement InternalTaskType | |
---|---|
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 | |
---|---|
class |
TestNGResultParserTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.variable.debug |
---|
Classes in com.atlassian.bamboo.plugins.variable.debug that implement InternalTaskType | |
---|---|
class |
DumpVariablesTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.variable.inject |
---|
Classes in com.atlassian.bamboo.plugins.variable.inject that implement InternalTaskType | |
---|---|
class |
InjectVariablesTask
|
Uses of InternalTaskType in com.atlassian.bamboo.plugins.vcs.task |
---|
Classes in com.atlassian.bamboo.plugins.vcs.task that implement InternalTaskType | |
---|---|
class |
VcsBranchingTask
|
class |
VcsCheckoutTask
|
class |
VcsTaggingTask
|
Uses of InternalTaskType in com.atlassian.bamboo.task |
---|
Subinterfaces of InternalTaskType in com.atlassian.bamboo.task | |
---|---|
interface |
CommonTaskType
An Executable Task. |
interface |
TaskType
An Executable Task. |
Methods in com.atlassian.bamboo.task with type parameters of type InternalTaskType | ||
---|---|---|
protected
|
TaskActionExecutorImpl.getTaskActionsFor(Class<D> descriptorClass,
T task)
Find all module descriptors of descriptorClass type, next reduce a list to those which
are intended to be used with tasks of task type (descriptor.getTaskClass()). |
Methods in com.atlassian.bamboo.task with parameters of type InternalTaskType | |
---|---|
TaskResult |
TaskActionExecutorImpl.executePostTaskActions(InternalTaskType task,
TaskResult taskResult,
Collection<PrePostTaskActions> taskActions)
|
TaskResult |
TaskActionExecutor.executePostTaskActions(InternalTaskType task,
TaskResult taskResult,
Collection<PrePostTaskActions> taskActions)
Run post-task execution actions. |
Collection<PrePostTaskActions> |
TaskActionExecutorImpl.executePreTaskActions(InternalTaskType task,
CommonTaskContext taskContext)
|
Collection<PrePostTaskActions> |
TaskActionExecutor.executePreTaskActions(InternalTaskType task,
CommonTaskContext taskContext)
Run pre-task execution actions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |