Uses of Class
hudson.plugins.serenitec.util.Project

Packages that use Project
hudson.plugins.serenitec   
hudson.plugins.serenitec.util   
 

Uses of Project in hudson.plugins.serenitec
 

Methods in hudson.plugins.serenitec that return Project
 Project SerenitecResult.getPreviousResult()
          Returns the results of the previous build.
 Project SerenitecResult.getProject()
          Returns the associated project of this result.
 Project SerenitecResult.getProjectSerenitec()
           
protected  Project SerenitecPublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
           
 

Methods in hudson.plugins.serenitec with parameters of type Project
 SerenitecResult SerenitecResultBuilder.build(hudson.model.AbstractBuild<?,?> build, Project project)
          Creates a result that persists the serenitec information for the specified build.
 

Constructors in hudson.plugins.serenitec with parameters of type Project
SerenitecResult(hudson.model.AbstractBuild<?,?> build, Project project)
          Creates a new instance of WarningsResult.
SerenitecResult(hudson.model.AbstractBuild<?,?> build, Project project, Project previousProject)
          Creates a new instance of SerenitecResult.
 

Uses of Project in hudson.plugins.serenitec.util
 

Methods in hudson.plugins.serenitec.util that return Project
protected abstract  Project HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 



Copyright © 2008. All Rights Reserved.