public class FitnesseHistory extends Object
| Modifier and Type | Field and Description |
|---|---|
List<FitnesseResults> |
builds
History builds (containing details for each individual page in that build)
|
List<String> |
pages
Pages, ordered by erraticness.
|
| Constructor and Description |
|---|
FitnesseHistory(hudson.model.AbstractProject<?,?> owner,
List<String> pages,
List<FitnesseResults> builds) |
| Modifier and Type | Method and Description |
|---|---|
List<FitnesseResults> |
getBuilds() |
Object |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getName() |
hudson.model.AbstractProject<?,?> |
getOwner() |
List<String> |
getPages() |
String |
getResult(String page,
FitnesseResults build) |
public final List<FitnesseResults> builds
public FitnesseHistory(hudson.model.AbstractProject<?,?> owner,
List<String> pages,
List<FitnesseResults> builds)
@Exported(visibility=2) public String getName()
public Object getDynamic(String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
public hudson.model.AbstractProject<?,?> getOwner()
public List<FitnesseResults> getBuilds()
public String getResult(String page, FitnesseResults build)
Copyright © 2004-2015. All Rights Reserved.