org.jenkinsci.plugins.rallyBuild.rallyActions
Class RallyAction
java.lang.Object
org.jenkinsci.plugins.rallyBuild.rallyActions.RallyAction
- All Implemented Interfaces:
- Action
- Direct Known Subclasses:
- DefectStateAction, ReadyAction, StateAction
public abstract class RallyAction
- extends Object
- implements Action
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 |
RallyAction
public RallyAction()
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.