com.atlassian.jira.event.project
Class VersionCreatedViaRestEvent

java.lang.Object
  extended by com.atlassian.jira.event.project.AbstractVersionEvent
      extended by com.atlassian.jira.event.project.VersionCreatedViaRestEvent

public class VersionCreatedViaRestEvent
extends AbstractVersionEvent

Event indicating if a version is created via REST (which means project admin in most cases using the RESTful table). This will be used to establish a baseline to compare against creating versions inline.

Since:
v6.3

Constructor Summary
VersionCreatedViaRestEvent(Version version)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.project.AbstractVersionEvent
equals, getVersion, getVersionId, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionCreatedViaRestEvent

public VersionCreatedViaRestEvent(@Nonnull
                                  Version version)


Copyright © 2002-2014 Atlassian. All Rights Reserved.