Class StashDeploymentSentEvent


  • public class StashDeploymentSentEvent
    extends Object
    Analytics event to be sent when a Bamboo deployment project is using a linked Bitbucket Server repository.
    • Constructor Detail

      • StashDeploymentSentEvent

        public StashDeploymentSentEvent​(@Nonnull
                                        String applinkId,
                                        long deploymentProjectId,
                                        long deploymentSequenceNumber,
                                        @Nonnull
                                        String environmentKey,
                                        @Nonnull
                                        String repositoryId,
                                        @Nonnull
                                        String state)
        Parameters:
        applinkId - the Id of this Bitbucket Server application link
        deploymentProjectId - the Id of the deployment project
        deploymentSequenceNumber -
        environmentKey -
        repositoryId - the Id of the repository linked to the deployment project
        state -
    • Method Detail

      • getApplinkId

        @Nonnull
        public String getApplinkId()
      • getDeploymentProjectId

        @Nonnull
        public long getDeploymentProjectId()
      • getDeploymentSequenceNumber

        public long getDeploymentSequenceNumber()
      • getEnvironmentKey

        @Nonnull
        public String getEnvironmentKey()
      • getRepositoryId

        @Nonnull
        public String getRepositoryId()
      • getState

        @Nonnull
        public String getState()