Class DeploymentProjectDeletedEvent
- java.lang.Object
-
- com.atlassian.bamboo.deployments.projects.events.DeploymentProjectEvent
-
- com.atlassian.bamboo.deployments.projects.events.DeploymentProjectDeletedEvent
-
public class DeploymentProjectDeletedEvent extends DeploymentProjectEvent
Fired if a specific project is deleted.
-
-
Constructor Summary
Constructors Constructor Description DeploymentProjectDeletedEvent(long deploymentProjectId, @Nullable String name, @NotNull Iterable<String> jiraIssuesKeys)
DeploymentProjectDeletedEvent(long deploymentProjectId, com.google.common.collect.ImmutableSet<String> jiraIssuesKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull com.google.common.collect.ImmutableSet<String>
getJiraIssuesKeys()
@Nullable String
getName()
-
Methods inherited from class com.atlassian.bamboo.deployments.projects.events.DeploymentProjectEvent
getDeploymentProjectId
-
-
-
-
Constructor Detail
-
DeploymentProjectDeletedEvent
public DeploymentProjectDeletedEvent(long deploymentProjectId, @Nullable @Nullable String name, @NotNull @NotNull Iterable<String> jiraIssuesKeys)
-
DeploymentProjectDeletedEvent
public DeploymentProjectDeletedEvent(long deploymentProjectId, com.google.common.collect.ImmutableSet<String> jiraIssuesKeys)
-
-