public class NextExecutionsUtils extends Object
| Constructor and Description |
|---|
NextExecutionsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static NextBuilds |
getNextBuild(hudson.model.AbstractProject project)
Returns the
NextBuild for the project. |
static NextBuilds |
getNextBuild(hudson.model.AbstractProject project,
Class<? extends hudson.triggers.Trigger> triggerClass) |
public static NextBuilds getNextBuild(hudson.model.AbstractProject project)
NextBuild for the project.NextBuild object with the associated
next execution date or null.public static NextBuilds getNextBuild(hudson.model.AbstractProject project, Class<? extends hudson.triggers.Trigger> triggerClass)
Copyright © 2004-2014. All Rights Reserved.