org.jvnet.hudson.plugins.bulkbuilder.model
Class Builder

java.lang.Object
  extended by org.jvnet.hudson.plugins.bulkbuilder.model.Builder

public class Builder
extends java.lang.Object

Author:
simon

Constructor Summary
Builder()
           
 
Method Summary
 int buildAll()
          Build all Hudson projects
 int buildFailed()
          Build failed Hudson projects.
 int buildPattern(java.lang.String pattern)
          Build projects that matched the supplied pattern
protected  java.util.List<hudson.model.AbstractProject> getProjects()
          Return a list of projects which can be built
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Builder

public Builder()
Method Detail

buildAll

public final int buildAll()
Build all Hudson projects


buildFailed

public final int buildFailed()
Build failed Hudson projects. This includes projects that have not been built before and failed and aborted projects.


buildPattern

public final int buildPattern(java.lang.String pattern)
Build projects that matched the supplied pattern

Parameters:
pattern -

getProjects

protected final java.util.List<hudson.model.AbstractProject> getProjects()
Return a list of projects which can be built

Returns:


Copyright © 2010. All Rights Reserved.