Class BitbucketServerDeploymentUpdater
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.BitbucketServerDeploymentUpdater
-
public class BitbucketServerDeploymentUpdater extends Object
-
-
Constructor Summary
Constructors Constructor Description BitbucketServerDeploymentUpdater(AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.plugins.capabilities.api.LinkedApplicationCapabilities linkedApplicationCapabilities, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDeploymentFinishedEvent(@NotNull DeploymentFinishedEvent deploymentFinishedEvent)
void
onDeploymentStartedEvent(@NotNull DeploymentStartedEvent deploymentStartedEvent)
-
-
-
Constructor Detail
-
BitbucketServerDeploymentUpdater
@Autowired public BitbucketServerDeploymentUpdater(AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.plugins.capabilities.api.LinkedApplicationCapabilities linkedApplicationCapabilities, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory)
-
-
Method Detail
-
onDeploymentFinishedEvent
@EventListener public void onDeploymentFinishedEvent(@NotNull @NotNull DeploymentFinishedEvent deploymentFinishedEvent)
-
onDeploymentStartedEvent
@EventListener public void onDeploymentStartedEvent(@NotNull @NotNull DeploymentStartedEvent deploymentStartedEvent)
-
-