|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.PerfPublisher.ReportsDiff
public class ReportsDiff
This class is dedicated to the report diff display it prepares and generate the content of the diff
ModelObject| Constructor Summary | |
|---|---|
ReportsDiff(hudson.model.AbstractBuild<?,?> owner,
org.kohsuke.stapler.StaplerRequest request,
int nb_build1,
ReportContainer report1,
int nb_build2,
ReportContainer report2,
int nb_build3,
ReportContainer report3)
The constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getBuild1Number()
Getter for the first build number |
java.lang.String |
getBuild2Number()
Getter for the second build number |
java.lang.String |
getBuild3Number()
Getter for the third build number |
java.lang.String |
getDisplayName()
|
java.lang.String |
getHtmlTestsDiff()
|
hudson.model.AbstractBuild<?,?> |
getOwner()
|
ReportContainer |
getReport1()
Getter for the first report |
java.util.List<Test> |
getReport1Tests()
Getter for the tests list of the first report |
ReportContainer |
getReport2()
Getter for the second report |
java.util.List<Test> |
getReport2Tests()
Getter for the tests of the second report |
ReportContainer |
getReport3()
Getter for the third report |
java.util.List<Test> |
getReport3Tests()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportsDiff(hudson.model.AbstractBuild<?,?> owner,
org.kohsuke.stapler.StaplerRequest request,
int nb_build1,
ReportContainer report1,
int nb_build2,
ReportContainer report2,
int nb_build3,
ReportContainer report3)
owner - shortDiff - activate or not the short displaynb_build1 - number of the first buildreport1 - first reportnb_build2 - number of the second buildreport2 - second reportnb_build3 - number of the third buildreport3 - third report| Method Detail |
|---|
public java.lang.String getBuild1Number()
public java.lang.String getBuild2Number()
public java.lang.String getBuild3Number()
public ReportContainer getReport1()
public java.util.List<Test> getReport1Tests()
public ReportContainer getReport2()
public java.util.List<Test> getReport2Tests()
public ReportContainer getReport3()
public java.util.List<Test> getReport3Tests()
public java.lang.String getHtmlTestsDiff()
public hudson.model.AbstractBuild<?,?> getOwner()
public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||