Uses of Interface
com.atlassian.bamboo.ww2.actions.build.admin.create.UIConfigSupport
-
-
Uses of UIConfigSupport in com.atlassian.bamboo.configuration.repository
Fields in com.atlassian.bamboo.configuration.repository declared as UIConfigSupport Modifier and Type Field Description protected UIConfigSupport
AbstractRepositoryAction. uiConfigSupport
Methods in com.atlassian.bamboo.configuration.repository that return UIConfigSupport Modifier and Type Method Description UIConfigSupport
AbstractRepositoryAction. getUiConfigBean()
-
Uses of UIConfigSupport in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return UIConfigSupport Modifier and Type Method Description UIConfigSupport
CloneEnvironment. getUiConfigBean()
UIConfigSupport
CreateEnvironment. getUiConfigBean()
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type UIConfigSupport Modifier and Type Method Description void
CloneEnvironment. setUiConfigBean(UIConfigSupport uiConfigBean)
void
CreateEnvironment. setUiConfigBean(UIConfigSupport uiConfigBean)
-
Uses of UIConfigSupport in com.atlassian.bamboo.plugins.ant.export
Constructors in com.atlassian.bamboo.plugins.ant.export with parameters of type UIConfigSupport Constructor Description AntTaskExporter(UIConfigSupport uiConfigSupport)
-
Uses of UIConfigSupport in com.atlassian.bamboo.plugins.ant.task.configuration
Methods in com.atlassian.bamboo.plugins.ant.task.configuration with parameters of type UIConfigSupport Modifier and Type Method Description void
AntBuildTaskConfigurator. setUiConfigSupport(UIConfigSupport uiConfigSupport)
-
Uses of UIConfigSupport in com.atlassian.bamboo.plugins.grails
Methods in com.atlassian.bamboo.plugins.grails with parameters of type UIConfigSupport Modifier and Type Method Description void
GrailsTaskConfigurator. setUiConfigSupport(UIConfigSupport uiConfigSupport)
-
Uses of UIConfigSupport in com.atlassian.bamboo.plugins.maven
Constructors in com.atlassian.bamboo.plugins.maven with parameters of type UIConfigSupport Constructor Description MavenTaskExporter(UIConfigSupport uiConfigSupport)
-
Uses of UIConfigSupport in com.atlassian.bamboo.plugins.maven.task.configuration
Methods in com.atlassian.bamboo.plugins.maven.task.configuration with parameters of type UIConfigSupport Modifier and Type Method Description void
AbstractMavenBuildTaskConfigurator. setUiConfigSupport(UIConfigSupport uiConfigSupport)
Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of UIConfigSupport in com.atlassian.bamboo.plugins.php.task.configuration
Methods in com.atlassian.bamboo.plugins.php.task.configuration with parameters of type UIConfigSupport Modifier and Type Method Description void
PhpUnitBuildTaskConfigurator. setUiConfigSupport(UIConfigSupport uiConfigSupport)
-
Uses of UIConfigSupport in com.atlassian.bamboo.plugins.shell.configuration
Methods in com.atlassian.bamboo.plugins.shell.configuration with parameters of type UIConfigSupport Modifier and Type Method Description void
AbstractShellCommandTaskConfigurator. setUiConfigSupport(UIConfigSupport uiConfigSupport)
-
Uses of UIConfigSupport in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type UIConfigSupport Constructor Description PlanResource(ArtifactDefinitionManager artifactDefinitionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ChainCreationService chainCreationService, DeletionService deletionService, com.atlassian.event.api.EventPublisher eventPublisher, JobCreationService jobCreationService, JobService jobService, LabelManager labelManager, PlanManager planManager, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryTestService repositoryTestService, StageService stageService, TaskConfigurationService taskConfigurationService, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager, UIConfigSupport uiConfigSupport, VariableConfigurationService variableConfigurationService)
-
Uses of UIConfigSupport in com.atlassian.bamboo.trigger.environment
Methods in com.atlassian.bamboo.trigger.environment with parameters of type UIConfigSupport Modifier and Type Method Description void
AbstractEnvironmentTriggerConfigurator. setUiConfigSupport(UIConfigSupport uiConfigSupport)
Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of UIConfigSupport in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as UIConfigSupport Modifier and Type Field Description protected UIConfigSupport
ImportMavenPlanAction. uiConfigBean
Methods in com.atlassian.bamboo.ww2.actions.admin that return UIConfigSupport Modifier and Type Method Description UIConfigSupport
ImportMavenPlanAction. getUiConfigBean()
-
Uses of UIConfigSupport in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger that return UIConfigSupport Modifier and Type Method Description UIConfigSupport
ReplaceTriggersAction. getUiConfigBean()
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger with parameters of type UIConfigSupport Modifier and Type Method Description void
ReplaceTriggersAction. setUiConfigBean(UIConfigSupport uiConfigBean)
-
Uses of UIConfigSupport in com.atlassian.bamboo.ww2.actions.build.admin
Fields in com.atlassian.bamboo.ww2.actions.build.admin declared as UIConfigSupport Modifier and Type Field Description protected UIConfigSupport
BuildConfigurationSupport. uiConfigBean
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return UIConfigSupport Modifier and Type Method Description UIConfigSupport
BuildConfigurationSupport. getUiConfigBean()
Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type UIConfigSupport Modifier and Type Method Description void
BuildConfigurationSupport. setUiConfigBean(UIConfigSupport uiConfigBean)
-
Uses of UIConfigSupport in com.atlassian.bamboo.ww2.actions.build.admin.create
Classes in com.atlassian.bamboo.ww2.actions.build.admin.create that implement UIConfigSupport Modifier and Type Class Description class
UIConfigSupportImpl
Default implementation ofUIConfigSupport
.Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return UIConfigSupport Modifier and Type Method Description UIConfigSupport
CreateChain. getUiConfigBean()
UIConfigSupport
CreateChainRepository. getUiConfigBean()
UIConfigSupport
CreateSpecs. getUiConfigBean()
-
Uses of UIConfigSupport in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return UIConfigSupport Modifier and Type Method Description UIConfigSupport
CreateJob. getUiConfigBean()
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type UIConfigSupport Modifier and Type Method Description void
CreateJob. setUiConfigBean(UIConfigSupport uiConfigBean)
-