org.jenkinsci.plugins.rallyBuild.rallyActions
Interface Action

All Known Implementing Classes:
CommentAction, DefectStateAction, RallyAction, ReadyAction, StateAction

public interface Action


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)
           
 

Method Detail

execute

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

isExecuted

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


Copyright © 2004-2013. All Rights Reserved.