|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.serenitec.util.ProjectDetails
public class ProjectDetails
Renders details of the project specific line number.
| Constructor Summary | |
|---|---|
ProjectDetails(hudson.model.AbstractBuild<?,?> owner,
java.lang.String details,
java.util.List<?> data)
|
|
| Method Summary | |
|---|---|
void |
doTrend(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
|
java.util.List<?> |
getData()
|
java.lang.String |
getDisplayName()
Title of the page in the navigation anchor bar |
ResultAction<?> |
getLastAction()
Returns the last valid result action. |
hudson.model.AbstractBuild<?,?> |
getLastFinishedBuild()
Returns the last finished build. |
hudson.model.AbstractBuild<?,?> |
getOwner()
Getter for owner |
boolean |
isEntry()
|
boolean |
isErrors()
|
boolean |
isFixedErrors()
|
boolean |
isNewErrors()
|
boolean |
isNotFixedErrors()
|
boolean |
isPatterns()
|
boolean |
isTestedRules()
|
void |
setData(java.util.List<?> data)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectDetails(hudson.model.AbstractBuild<?,?> owner,
java.lang.String details,
java.util.List<?> data)
| Method Detail |
|---|
public java.util.List<?> getData()
public void setData(java.util.List<?> data)
public boolean isTestedRules()
public boolean isErrors()
public boolean isNewErrors()
public boolean isFixedErrors()
public boolean isNotFixedErrors()
public boolean isPatterns()
public boolean isEntry()
public void doTrend(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws java.io.IOException
java.io.IOExceptionpublic ResultAction<?> getLastAction()
null if no such action is foundpublic hudson.model.AbstractBuild<?,?> getLastFinishedBuild()
null if there is no such buildpublic 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 | |||||||||