com.atlassian.jira.bc.project.version
Class RemoveVersionAction

java.lang.Object
  extended by com.atlassian.jira.bc.project.version.RemoveVersionAction
All Implemented Interfaces:
VersionService.VersionAction

public final class RemoveVersionAction
extends Object
implements VersionService.VersionAction

Instance of VersionService.VersionAction that indicates the Version should be removed from affected issues. Use VersionService.REMOVE instead of instantiating this class.

Since:
v3.13

Constructor Summary
RemoveVersionAction()
           
 
Method Summary
 Long getSwapVersionId()
           
 boolean isSwap()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveVersionAction

public RemoveVersionAction()
Method Detail

isSwap

public boolean isSwap()
Specified by:
isSwap in interface VersionService.VersionAction

getSwapVersionId

public Long getSwapVersionId()
Specified by:
getSwapVersionId in interface VersionService.VersionAction

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.