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

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

@PublicApi
public final class SwapVersionAction
extends Object
implements VersionService.VersionAction

Instance of VersionService.VersionAction that indicates the Version should be swapped out for the specified version in affected issues.

Since:
v3.13

Constructor Summary
SwapVersionAction(Long swapTo)
           
 
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

SwapVersionAction

public SwapVersionAction(Long swapTo)
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.