org.jenkinsci.plugins.rallyBuild
Class Rally

java.lang.Object
  extended by org.jenkinsci.plugins.rallyBuild.Rally

public class Rally
extends Object


Constructor Summary
Rally(com.rallydev.rest.RallyRestApi api, hudson.model.BuildListener listener)
           
 
Method Summary
 HashSet<String> getIssues(String issueString)
           
 void updateIssues(HashSet<String> issues, List<Action> preConditions, List<StateAction> preStates, List<Action> actions, Boolean updateOnce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rally

public Rally(com.rallydev.rest.RallyRestApi api,
             hudson.model.BuildListener listener)
      throws URISyntaxException
Throws:
URISyntaxException
Method Detail

getIssues

public HashSet<String> getIssues(String issueString)

updateIssues

public void updateIssues(HashSet<String> issues,
                         List<Action> preConditions,
                         List<StateAction> preStates,
                         List<Action> actions,
                         Boolean updateOnce)
                  throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.