com.atlassian.greenhopper.service.rapid
Class PoolService.ParentSwimlanesData

java.lang.Object
  extended by com.atlassian.greenhopper.service.rapid.PoolService.ParentSwimlanesData
Enclosing interface:
PoolService

public static class PoolService.ParentSwimlanesData
extends java.lang.Object

Contains parent information required for the parent/child swimlane strategy Children might all be filtered out, yet the parent should be shown as such, plus the parent status could be automatically updated to reflect the status of the children


Constructor Summary
PoolService.ParentSwimlanesData()
           
 
Method Summary
 java.util.Set<java.lang.Long> getDoneCandidates()
           
 java.util.Set<java.lang.Long> getInprogressCandidates()
           
 java.util.Set<java.lang.Long> getParentIssueIds()
           
 void setDoneCandidates(java.util.Set<java.lang.Long> doneCandidates)
           
 void setInprogressCandidates(java.util.Set<java.lang.Long> inprogressCandidates)
           
 void setParentIssueIds(java.util.Set<java.lang.Long> parentIssueIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolService.ParentSwimlanesData

public PoolService.ParentSwimlanesData()
Method Detail

getParentIssueIds

public java.util.Set<java.lang.Long> getParentIssueIds()

setParentIssueIds

public void setParentIssueIds(java.util.Set<java.lang.Long> parentIssueIds)

getInprogressCandidates

public java.util.Set<java.lang.Long> getInprogressCandidates()

setInprogressCandidates

public void setInprogressCandidates(java.util.Set<java.lang.Long> inprogressCandidates)

getDoneCandidates

public java.util.Set<java.lang.Long> getDoneCandidates()

setDoneCandidates

public void setDoneCandidates(java.util.Set<java.lang.Long> doneCandidates)


Copyright © 2007-2012 Atlassian. All Rights Reserved.