hudson.plugins.jira
Class JiraCarryOverAction

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

public class JiraCarryOverAction
extends hudson.model.InvisibleAction

Remembers JIRA IDs that need to be updated later, when we get a successful build.

Author:
Kohsuke Kawaguchi

Constructor Summary
JiraCarryOverAction(List<JiraIssue> issues)
           
 
Method Summary
 Collection<String> getIDs()
           
 
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

JiraCarryOverAction

public JiraCarryOverAction(List<JiraIssue> issues)
Method Detail

getIDs

public Collection<String> getIDs()


Copyright © 2004-2012 Hudson. All Rights Reserved.