org.sonar.api.batch
Class BuildBreaker

java.lang.Object
  extended by org.sonar.api.batch.BuildBreaker
All Implemented Interfaces:
PostJob, BatchExtension, Extension

public abstract class BuildBreaker
extends Object
implements PostJob

Since:
1.10

Constructor Summary
BuildBreaker()
           
 
Method Summary
protected  void fail(String message)
          Execute this method to fail the build.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sonar.api.batch.PostJob
executeOn
 

Constructor Detail

BuildBreaker

public BuildBreaker()
Method Detail

fail

protected void fail(String message)
Execute this method to fail the build.



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.