hudson.plugins.tasks
Class TasksResultBuilder
java.lang.Object
hudson.plugins.tasks.TasksResultBuilder
public class TasksResultBuilder
- extends java.lang.Object
Creates a new Tasks result based on the values of a previous build and the
current project.
- Author:
- Ulli Hafner
|
Method Summary |
TasksResult |
build(hudson.model.AbstractBuild<?,?> build,
TasksParserResult project,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Creates a result that persists the Tasks information for the
specified build. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TasksResultBuilder
public TasksResultBuilder()
build
public TasksResult build(hudson.model.AbstractBuild<?,?> build,
TasksParserResult project,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
- Creates a result that persists the Tasks information for the
specified build.
- Parameters:
build - the build to create the action forproject - the project containing the annotationshigh - tag identifiers indicating high prioritynormal - tag identifiers indicating normal prioritylow - tag identifiers indicating low priority
- Returns:
- the result action
Copyright © 2008. All Rights Reserved.