public class StashDeploymentSentEvent extends Object
| Constructor and Description |
|---|
StashDeploymentSentEvent(String applinkId,
long deploymentProjectId,
long deploymentSequenceNumber,
String environmentKey,
String repositoryId,
String state) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplinkId() |
long |
getDeploymentProjectId() |
long |
getDeploymentSequenceNumber() |
String |
getEnvironmentKey() |
String |
getRepositoryId() |
String |
getState() |
public StashDeploymentSentEvent(@Nonnull String applinkId, long deploymentProjectId, long deploymentSequenceNumber, @Nonnull String environmentKey, @Nonnull String repositoryId, @Nonnull String state)
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 - @Nonnull public long getDeploymentProjectId()
public long getDeploymentSequenceNumber()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.