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 Summary
Constructors Constructor Description StashDeploymentSentEvent(String applinkId, long deploymentProjectId, long deploymentSequenceNumber, String environmentKey, String repositoryId, String state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplinkId()
long
getDeploymentProjectId()
long
getDeploymentSequenceNumber()
String
getEnvironmentKey()
String
getRepositoryId()
String
getState()
-
-
-
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 linkdeploymentProjectId
- the Id of the deployment projectdeploymentSequenceNumber
-environmentKey
-repositoryId
- the Id of the repository linked to the deployment projectstate
-
-
-
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()
-
-