org.jenkinsci.plugins.rallyBuild.rallyActions
Class RallyAction

java.lang.Object
  extended by org.jenkinsci.plugins.rallyBuild.rallyActions.RallyAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
DefectStateAction, ReadyAction, StateAction

public abstract class RallyAction
extends Object
implements Action


Constructor Summary
RallyAction()
           
 
Method Summary
protected  com.google.gson.JsonObject getArtifact(UpdateArtifact artifact, com.rallydev.rest.RallyRestApi restApi)
           
protected  void updateArtifact(UpdateArtifact artifact, com.google.gson.JsonObject updatedRequirement, com.rallydev.rest.RallyRestApi restApi, hudson.model.BuildListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jenkinsci.plugins.rallyBuild.rallyActions.Action
execute, isExecuted
 

Constructor Detail

RallyAction

public RallyAction()
Method Detail

updateArtifact

protected void updateArtifact(UpdateArtifact artifact,
                              com.google.gson.JsonObject updatedRequirement,
                              com.rallydev.rest.RallyRestApi restApi,
                              hudson.model.BuildListener listener)
                       throws IOException
Throws:
IOException

getArtifact

protected com.google.gson.JsonObject getArtifact(UpdateArtifact artifact,
                                                 com.rallydev.rest.RallyRestApi restApi)
                                          throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.