org.tap4j.plugin
Class TapBuildAction

java.lang.Object
  extended by org.tap4j.plugin.TapBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, java.io.Serializable, org.kohsuke.stapler.StaplerProxy

public class TapBuildAction
extends java.lang.Object
implements hudson.model.Action, java.io.Serializable, org.kohsuke.stapler.StaplerProxy

TAP Build action with TAP results.

Since:
1.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Field Summary
static java.lang.String DISPLAY_NAME
           
static java.lang.String ICON_NAME
           
static java.lang.String URL_NAME
           
 
Constructor Summary
TapBuildAction(hudson.model.AbstractBuild<?,?> build, TapResult result)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> getBuild()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 TapBuildAction getPreviousAction()
           
 TapResult getPreviousResult()
           
 TapResult getResult()
           
 java.lang.Object getTarget()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_NAME

public static final java.lang.String URL_NAME
See Also:
Constant Field Values

ICON_NAME

public static final java.lang.String ICON_NAME
See Also:
Constant Field Values

DISPLAY_NAME

public static final java.lang.String DISPLAY_NAME
See Also:
Constant Field Values
Constructor Detail

TapBuildAction

public TapBuildAction(hudson.model.AbstractBuild<?,?> build,
                      TapResult result)
Method Detail

getTarget

public java.lang.Object getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy

getDisplayName

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

getIconFileName

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

getUrlName

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

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()
Returns:
the build

getResult

public TapResult getResult()

getPreviousResult

public TapResult getPreviousResult()

getPreviousAction

public TapBuildAction getPreviousAction()


Copyright © 2011-2012 Jenkins. All Rights Reserved.