|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BambooAuthenticationContext in com.atlassian.bamboo |
---|
Constructors in com.atlassian.bamboo with parameters of type BambooAuthenticationContext | |
---|---|
ServerLifecycleManagerImpl(PlanExecutionLockService planExecutionLockService,
ChainExecutionManager chainExecutionManager,
DeletionService deletionService,
BambooAuthenticationContext bambooAuthenticationContext,
AuditLogService auditLogService)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.ant.task.property |
---|
Fields in com.atlassian.bamboo.ant.task.property declared as BambooAuthenticationContext | |
---|---|
protected BambooAuthenticationContext |
SimpleFieldPropertyConfigurator.bambooAuthenticationContext
|
Constructors in com.atlassian.bamboo.ant.task.property with parameters of type BambooAuthenticationContext | |
---|---|
BooleanWebPropertyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
TemplateRenderer templateRenderer,
BambooAuthenticationContext bambooAuthenticationContext)
|
|
FileWebPropertyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
TemplateRenderer templateRenderer,
BambooAuthenticationContext bambooAuthenticationContext)
|
|
NameEntryWebPropertyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
TemplateRenderer templateRenderer,
BambooAuthenticationContext bambooAuthenticationContext)
|
|
PasswordWebPropertyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
TemplateRenderer templateRenderer,
BambooAuthenticationContext bambooAuthenticationContext)
|
|
PrimitiveNumberWebProperyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
TemplateRenderer templateRenderer,
BambooAuthenticationContext bambooAuthenticationContext)
|
|
SimpleFieldPropertyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
TemplateRenderer templateRenderer,
BambooAuthenticationContext bambooAuthenticationContext,
java.lang.Class<?> first,
java.lang.Class<?>... rest)
|
|
StringWebPropertyConfigurator(com.atlassian.plugin.PluginAccessor pluginAccessor,
TemplateRenderer templateRenderer,
BambooAuthenticationContext bambooAuthenticationContext)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build with parameters of type BambooAuthenticationContext | |
---|---|
void |
DefaultStopBuildManager.setAuthenticationContext(BambooAuthenticationContext authenticationContext)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.build.creation |
---|
Fields in com.atlassian.bamboo.build.creation declared as BambooAuthenticationContext | |
---|---|
protected BambooAuthenticationContext |
PlanCreationTemplate.authenticationContext
|
Constructors in com.atlassian.bamboo.build.creation with parameters of type BambooAuthenticationContext | |
---|---|
ChainBranchCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
NotificationManager notificationManager,
JobCreationService jobCreationService,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ScopedExclusionService exclusionService,
ChainBranchManager chainBranchManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager)
|
|
ChainCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
NotificationManager notificationManager,
JobCreationService jobCreationService,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ScopedExclusionService scopedExclusionService,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
BranchDetectionService branchDetectionService)
|
|
JobCreationService(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ChainBranchManager chainBranchManager,
NotificationManager notificationManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager)
|
|
PlanCreationTemplate(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
NotificationManager notificationManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.persister |
---|
Constructors in com.atlassian.bamboo.persister with parameters of type BambooAuthenticationContext | |
---|---|
DefaultAuditLogService(AuditLogDao auditLogDao,
BambooAuthenticationContext authenticationContext,
AdministrationConfigurationManager administrationConfigurationManager)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.plugins.rest.model.server |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.server with parameters of type BambooAuthenticationContext | |
---|---|
ServerLifecycleInfo(ServerLifecycleState state,
BambooAuthenticationContext bambooAuthenticationContext)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.plugins.rest.resource |
---|
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type BambooAuthenticationContext | |
---|---|
ServerResource(ServerLifecycleManager serverLifecycleManager,
BambooAuthenticationContext bambooAuthenticationContext)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.plugins.web.conditions |
---|
Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type BambooAuthenticationContext | |
---|---|
void |
UserExistsCondition.setAuthenticationContext(BambooAuthenticationContext authenticationContext)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.task |
---|
Fields in com.atlassian.bamboo.task declared as BambooAuthenticationContext | |
---|---|
protected BambooAuthenticationContext |
AbstractTaskConfigurator.bambooAuthenticationContext
|
Methods in com.atlassian.bamboo.task with parameters of type BambooAuthenticationContext | |
---|---|
void |
AbstractTaskConfigurator.setAuthenticationContext(BambooAuthenticationContext bambooAuthenticationContext)
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.user |
---|
Classes in com.atlassian.bamboo.user that implement BambooAuthenticationContext | |
---|---|
class |
DefaultAuthenticationContext
|
Uses of BambooAuthenticationContext in com.atlassian.bamboo.ww2 |
---|
Methods in com.atlassian.bamboo.ww2 with parameters of type BambooAuthenticationContext | |
---|---|
void |
BambooActionSupport.setAuthenticationContext(BambooAuthenticationContext authenticationContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |