org.jenkinsci.plugins.rallyBuild.rallyActions
Class StateAction

java.lang.Object
  extended by org.jenkinsci.plugins.rallyBuild.rallyActions.RallyAction
      extended by org.jenkinsci.plugins.rallyBuild.rallyActions.StateAction
All Implemented Interfaces:
Action

public class StateAction
extends RallyAction


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

Constructor Detail

StateAction

public StateAction(String state)
Method Detail

execute

public void execute(UpdateArtifact artifact,
                    com.rallydev.rest.RallyRestApi restApi,
                    hudson.model.BuildListener listener)
             throws IOException
Throws:
IOException

isExecuted

public Boolean isExecuted(UpdateArtifact artifact,
                          com.rallydev.rest.RallyRestApi restApi,
                          hudson.model.BuildListener listener)
                   throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.