hudson.plugins.jira
Class JiraCarryOverAction
java.lang.Object
hudson.model.InvisibleAction
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
| 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 |
JiraCarryOverAction
public JiraCarryOverAction(List<JiraIssue> issues)
getIDs
public Collection<String> getIDs()
Copyright © 2004-2012 Hudson. All Rights Reserved.