jenkins.plugins.svn_revert
Class CommitCountRule

java.lang.Object
  extended by jenkins.plugins.svn_revert.CommitCountRule

public class CommitCountRule
extends Object


Constructor Summary
CommitCountRule(hudson.model.AbstractBuild<?,?> build, boolean shouldRevertMultiple)
           
 
Method Summary
 boolean noChangesInBuild()
           
 boolean tooManyChangesInBuild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitCountRule

public CommitCountRule(hudson.model.AbstractBuild<?,?> build,
                       boolean shouldRevertMultiple)
Method Detail

noChangesInBuild

public boolean noChangesInBuild()

tooManyChangesInBuild

public boolean tooManyChangesInBuild()


Copyright © 2004-2012. All Rights Reserved.