Class StashDeploymentSentEvent
java.lang.Object
com.atlassian.bamboo.plugins.stash.analytics.StashDeploymentSentEvent
Analytics event to be sent when a Bamboo deployment project is using a linked Bitbucket Server repository.
-
Constructor Summary
ConstructorsConstructorDescriptionStashDeploymentSentEvent
(@NotNull String applinkId, long deploymentProjectId, long deploymentSequenceNumber, @NotNull String environmentKey, @NotNull String repositoryId, @NotNull String state) -
Method Summary
-
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 linkdeploymentProjectId
- the Id of the deployment projectdeploymentSequenceNumber
-environmentKey
-repositoryId
- the Id of the repository linked to the deployment projectstate
-
-
-
Method Details
-
getApplinkId
-
getDeploymentProjectId
@NotNull public @org.jetbrains.annotations.NotNull long getDeploymentProjectId() -
getDeploymentSequenceNumber
public long getDeploymentSequenceNumber() -
getEnvironmentKey
-
getRepositoryId
-
getState
-