Uses of Interface
com.atlassian.bamboo.task.TaskConfigurator

Packages that use TaskConfigurator
com.atlassian.bamboo.plugin.descriptor   
com.atlassian.bamboo.plugins.ant.task.configuration   
com.atlassian.bamboo.plugins.command.task.configuration   
com.atlassian.bamboo.plugins.grails   
com.atlassian.bamboo.plugins.maven.task.configuration   
com.atlassian.bamboo.plugins.php.task.configuration   
com.atlassian.bamboo.plugins.script.task.configuration   
com.atlassian.bamboo.plugins.shell.configuration   
com.atlassian.bamboo.plugins.testresultparser.task.configuration   
com.atlassian.bamboo.task   
com.atlassian.bamboo.tasks.compatibility   
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugin.descriptor
 

Methods in com.atlassian.bamboo.plugin.descriptor that return TaskConfigurator
 TaskConfigurator TaskModuleDescriptorImpl.getTaskConfigurator()
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugins.ant.task.configuration
 

Classes in com.atlassian.bamboo.plugins.ant.task.configuration that implement TaskConfigurator
 class AntBuildTaskConfigurator
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugins.command.task.configuration
 

Classes in com.atlassian.bamboo.plugins.command.task.configuration that implement TaskConfigurator
 class CommandBuildTaskConfigurator
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugins.grails
 

Classes in com.atlassian.bamboo.plugins.grails that implement TaskConfigurator
 class GrailsTaskConfigurator
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugins.maven.task.configuration
 

Classes in com.atlassian.bamboo.plugins.maven.task.configuration that implement TaskConfigurator
 class AbstractMavenBuildTaskConfigurator
           
 class Maven1BuildTaskConfigurator
           
 class Maven2BuildTaskConfigurator
           
 class Maven3BuildTaskConfigurator
           
 class MavenDependenciesProcessorConfigurator
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugins.php.task.configuration
 

Classes in com.atlassian.bamboo.plugins.php.task.configuration that implement TaskConfigurator
 class PhpUnitBuildTaskConfigurator
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugins.script.task.configuration
 

Classes in com.atlassian.bamboo.plugins.script.task.configuration that implement TaskConfigurator
 class ScriptBuildTaskConfigurator
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugins.shell.configuration
 

Classes in com.atlassian.bamboo.plugins.shell.configuration that implement TaskConfigurator
 class AbstractShellCommandTaskConfigurator
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.plugins.testresultparser.task.configuration
 

Classes in com.atlassian.bamboo.plugins.testresultparser.task.configuration that implement TaskConfigurator
 class TestResultsParserTaskConfigurator
           
 

Uses of TaskConfigurator in com.atlassian.bamboo.task
 

Subinterfaces of TaskConfigurator in com.atlassian.bamboo.task
 interface TaskRequirementSupport
          Allows creators of TaskTypes to specify Requirements
 interface TaskTestResultsSupport
          Allows creators of TaskTypes to utilise Bamboo's support for test results
 

Classes in com.atlassian.bamboo.task that implement TaskConfigurator
 class AbstractTaskConfigurator
           
 

Methods in com.atlassian.bamboo.task that return TaskConfigurator
 TaskConfigurator TaskModuleDescriptor.getTaskConfigurator()
          Retrieves the plugin class responsible fo handling user configuration of this plugin.
 

Uses of TaskConfigurator in com.atlassian.bamboo.tasks.compatibility
 

Classes in com.atlassian.bamboo.tasks.compatibility that implement TaskConfigurator
 class BuilderCompatibilityTaskConfigurator
           
 



Copyright © 2011 Atlassian. All Rights Reserved.