org.jenkins_ci.plugins.fail_the_build
Class BallResult

java.lang.Object
  extended by org.jenkins_ci.plugins.fail_the_build.AbstractResult
      extended by org.jenkins_ci.plugins.fail_the_build.BallResult

public class BallResult
extends AbstractResult


Constructor Summary
BallResult(hudson.model.Result result)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 hudson.model.Result getResult(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class org.jenkins_ci.plugins.fail_the_build.AbstractResult
getName, getOption, perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallResult

public BallResult(hudson.model.Result result)
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class AbstractResult

getResult

public hudson.model.Result getResult(hudson.model.AbstractBuild<?,?> build,
                                     hudson.model.BuildListener listener)
Specified by:
getResult in class AbstractResult


Copyright © 2004-2011. All Rights Reserved.