br.vbathke.jenkins
Class UITestCaptureAction

java.lang.Object
  extended by br.vbathke.jenkins.UITestCaptureBase
      extended by br.vbathke.jenkins.UITestCaptureAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class UITestCaptureAction
extends UITestCaptureBase
implements hudson.model.Action


Constructor Summary
UITestCaptureAction(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 void doAjaxProcess(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 String getBuildArtifacts()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getName()
           
 String getProjectUrl()
           
 String getUrlName()
           
 String getVersaoAtual()
           
 
Methods inherited from class br.vbathke.jenkins.UITestCaptureBase
getRootUrl, getUITestCaptureProjectAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UITestCaptureAction

public UITestCaptureAction(hudson.model.AbstractBuild<?,?> build)
Method Detail

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()

getVersaoAtual

public String getVersaoAtual()

getName

public String getName()

getBuildArtifacts

public String getBuildArtifacts()

getProjectUrl

public String getProjectUrl()

doAjaxProcess

public void doAjaxProcess(org.kohsuke.stapler.StaplerRequest request,
                          org.kohsuke.stapler.StaplerResponse response)


Copyright © 2004-2015. All Rights Reserved.