Class StashDeploymentSentEvent

java.lang.Object
com.atlassian.bamboo.plugins.stash.analytics.StashDeploymentSentEvent

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

    • 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 Details

    • 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()