hudson.plugins.mantis
Class MantisCarryOverChangeSetAction

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by hudson.plugins.mantis.MantisCarryOverChangeSetAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class MantisCarryOverChangeSetAction
extends hudson.model.InvisibleAction

Remembers Mantis IDs and changesSet that need to be updated later, when we get a successfull build.

Since:
0.7
Author:
Seiji Sogabe

Constructor Summary
MantisCarryOverChangeSetAction(java.util.List<ChangeSet> changeSet)
           
 
Method Summary
 java.util.List<ChangeSet> getChangeSets()
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MantisCarryOverChangeSetAction

public MantisCarryOverChangeSetAction(java.util.List<ChangeSet> changeSet)
Method Detail

getChangeSets

public java.util.List<ChangeSet> getChangeSets()


Copyright © 2010. All Rights Reserved.