Class DeploymentResultDeletedEvent

  • All Implemented Interfaces:
    EnvironmentEvent

    public class DeploymentResultDeletedEvent
    extends Object
    implements EnvironmentEvent
    Fired if a specific result is deleted. If deleted as a cascade, event will not be fired.
    • Constructor Detail

      • DeploymentResultDeletedEvent

        public DeploymentResultDeletedEvent​(long environmentId,
                                            long versionId,
                                            Iterable<String> jiraIssuesKeys)
    • Method Detail

      • getVersionId

        public long getVersionId()
      • getJiraIssuesKeys

        public com.google.common.collect.ImmutableSet<String> getJiraIssuesKeys()