Uses of Interface
com.atlassian.bamboo.plugin.PluginKeyProvider
-
-
Uses of PluginKeyProvider in com.atlassian.bamboo.core
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.core Modifier and Type Interface Description interfaceBambooPluginDataIdProviderCommon interface for objects that are identifiable by database id and represent plugin data, for example, instances of VCS repository data.Classes in com.atlassian.bamboo.core that implement PluginKeyProvider Modifier and Type Class Description classBambooPluginDataIdentifier -
Uses of PluginKeyProvider in com.atlassian.bamboo.credentials
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.credentials Modifier and Type Interface Description interfaceCredentialsDataShared Credentials object representation.interfaceMutableCredentialsDataClasses in com.atlassian.bamboo.credentials that implement PluginKeyProvider Modifier and Type Class Description classCredentialsDataEntityDB objects for credentials data.classCredentialsDataImpl -
Uses of PluginKeyProvider in com.atlassian.bamboo.deployments.execution
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.deployments.execution Modifier and Type Interface Description interfaceDeploymentTaskContext -
Uses of PluginKeyProvider in com.atlassian.bamboo.plan.task
Classes in com.atlassian.bamboo.plan.task that implement PluginKeyProvider Modifier and Type Class Description classDecoratedTaskDefinitionImpl<T extends TaskContainer>Decoration of task used when displaying on the UI. -
Uses of PluginKeyProvider in com.atlassian.bamboo.plugin
Methods in com.atlassian.bamboo.plugin that return types with arguments of type PluginKeyProvider Modifier and Type Method Description static Predicate<PluginKeyProvider>BambooPluginUtils. pluginKeyEquals(String pluginKey) -
Uses of PluginKeyProvider in com.atlassian.bamboo.quickfilter.rule
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.quickfilter.rule Modifier and Type Interface Description interfaceQuickFilterRuleSingle rule used within aQuickFilter.Classes in com.atlassian.bamboo.quickfilter.rule that implement PluginKeyProvider Modifier and Type Class Description classQuickFilterRuleEntity -
Uses of PluginKeyProvider in com.atlassian.bamboo.repository
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.repository Modifier and Type Interface Description interfaceRepositoryDataDeprecated.since 5.14interfaceRepositoryDataEntityRepresents repository as persisted in the db.interfaceRepositoryDefinitionDeprecated.since 5.14 usePlanRepositoryDefinitionClasses in com.atlassian.bamboo.repository that implement PluginKeyProvider Modifier and Type Class Description classLegacyRepositoryDataImplDeprecated.since 5.14 useVcsRepositoryDataImplclassLegacyRepositoryDefinitionImplDeprecated.since 5.14 useRepositoryDefinitionImplclassRepositoryDataEntityImplclassRepositoryDataImplclassRepositoryDefinitionForTestclassRepositoryDefinitionImpl -
Uses of PluginKeyProvider in com.atlassian.bamboo.task
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.task Modifier and Type Interface Description interfaceCommonTaskContextinterfaceDecoratedTaskDefinition<T extends TaskContainer>A definition of one decorated configuration of aTaskTypeinterfaceInternalTaskContextAn internal interface that represents common functionality between different contexts that aInternalTaskTypecan run in.interfaceTaskContextEncapsulates the environment and configuration of a task running in a building environment.interfaceTaskDefinitionA definition of one configuration of aTaskTypeinterfaceTaskIdentifierThis interface defines a configured instance of aTaskTypeClasses in com.atlassian.bamboo.task that implement PluginKeyProvider Modifier and Type Class Description classCommonTaskContextImplclassDeploymentTaskContextImplclassImmutableTaskDefinitionImmutableTaskDefinitionimplementationclassTaskContextImplclassTaskDefinitionImpl -
Uses of PluginKeyProvider in com.atlassian.bamboo.task.runtime
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.task.runtime Modifier and Type Interface Description interfaceRuntimeTaskDefinitionTask definition extended with runtime informationClasses in com.atlassian.bamboo.task.runtime that implement PluginKeyProvider Modifier and Type Class Description classRuntimeTaskDefinitionImpl -
Uses of PluginKeyProvider in com.atlassian.bamboo.trigger
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.trigger Modifier and Type Interface Description interfaceTriggerDefinitionGeneric trigger configuration.Classes in com.atlassian.bamboo.trigger that implement PluginKeyProvider Modifier and Type Class Description classTriggerDefinitionImpl -
Uses of PluginKeyProvider in com.atlassian.bamboo.vcs.configuration
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.vcs.configuration Modifier and Type Interface Description interfacePartialVcsRepositoryDataLow level configuration view of a repository.interfacePlanRepositoryDefinitionEffective repository definition as seen "from aPlan's perspective.interfaceVcsRepositoryDataEffective repository definition as seen outside any specificPlan's context Product of: - importing parent's configuration - applying local configuration overrides (e.g. branch) Analogue of existingRepositoryDataClasses in com.atlassian.bamboo.vcs.configuration that implement PluginKeyProvider Modifier and Type Class Description classCompleteVcsRepositoryDataclassPartialVcsRepositoryDataImplclassPlanRepositoryDefinitionImplclassVcsRepositoryDataImpl -
Uses of PluginKeyProvider in com.atlassian.bamboo.vcs.viewer.configuration
Subinterfaces of PluginKeyProvider in com.atlassian.bamboo.vcs.viewer.configuration Modifier and Type Interface Description interfaceVcsRepositoryViewerDefinitionViewer part of repository configurationClasses in com.atlassian.bamboo.vcs.viewer.configuration that implement PluginKeyProvider Modifier and Type Class Description classVcsRepositoryViewerDefinitionImpl -
Uses of PluginKeyProvider in it.com.atlassian.bamboo.configuration.external.yaml.export
Classes in it.com.atlassian.bamboo.configuration.external.yaml.export that implement PluginKeyProvider Modifier and Type Class Description classMockVcsRepositoryData
-