Uses of Interface
com.atlassian.bamboo.variable.substitutor.VariableSubstitutorFactory
-
-
Uses of VariableSubstitutorFactory in com.atlassian.bamboo.configuration.repository
Fields in com.atlassian.bamboo.configuration.repository declared as VariableSubstitutorFactory Modifier and Type Field Description protected VariableSubstitutorFactoryAbstractRepositoryAction. variableSubstitutorFactory -
Uses of VariableSubstitutorFactory in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type VariableSubstitutorFactory Constructor Description VersionNamingServiceImpl(AuditLogService auditLogService, DeploymentProjectDao deploymentProjectDao, DeploymentResultDao deploymentResultDao, ScopedExclusionService exclusionService, DeploymentVersionDao deploymentVersionDao, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, VariableSubstitutorFactory variableSubstitutorFactory) -
Uses of VariableSubstitutorFactory in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients with parameters of type VariableSubstitutorFactory Modifier and Type Method Description voidWebhookRecipient. setVariableSubstitutorFactory(VariableSubstitutorFactory variableSubstitutorFactory) -
Uses of VariableSubstitutorFactory in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type VariableSubstitutorFactory Modifier and Type Field Description static Supplier<VariableSubstitutorFactory>ComponentAccessor. VARIABLE_SUBSTITUTOR_FACTORYDeprecated. -
Uses of VariableSubstitutorFactory in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable that return VariableSubstitutorFactory Modifier and Type Method Description @NotNull VariableSubstitutorFactoryCustomVariableContext. getVariableSubstitutorFactory()@NotNull VariableSubstitutorFactoryCustomVariableContextForTests. getVariableSubstitutorFactory()@NotNull VariableSubstitutorFactoryCustomVariableContextImpl. getVariableSubstitutorFactory()Constructors in com.atlassian.bamboo.variable with parameters of type VariableSubstitutorFactory Constructor Description CustomVariableContextImpl(VariableSubstitutorFactory variableSubstitutorFactory) -
Uses of VariableSubstitutorFactory in com.atlassian.bamboo.variable.substitutor
Classes in com.atlassian.bamboo.variable.substitutor that implement VariableSubstitutorFactory Modifier and Type Class Description classVariableSubstitutorFactoryImplBean creating instances ofVariableSubstitutorfor various contexts. -
Uses of VariableSubstitutorFactory in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as VariableSubstitutorFactory Modifier and Type Field Description protected VariableSubstitutorFactoryImportMavenPlanAction. variableSubstitutorFactory -
Uses of VariableSubstitutorFactory in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.repository declared as VariableSubstitutorFactory Modifier and Type Field Description protected VariableSubstitutorFactoryConfigureRepository. variableSubstitutorFactory
-