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(@NotNull @NotNull String applinkId, long deploymentProjectId, long deploymentSequenceNumber, @NotNull @NotNull String environmentKey, @NotNull @NotNull String repositoryId, @NotNull @NotNull 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

      @NotNull public @NotNull String getApplinkId()
    • getDeploymentProjectId

      @NotNull public @org.jetbrains.annotations.NotNull long getDeploymentProjectId()
    • getDeploymentSequenceNumber

      public long getDeploymentSequenceNumber()
    • getEnvironmentKey

      @NotNull public @NotNull String getEnvironmentKey()
    • getRepositoryId

      @NotNull public @NotNull String getRepositoryId()
    • getState

      @NotNull public @NotNull String getState()