|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.ErrorDetail
public class ErrorDetail
Result object to visualize the errors during execution of the plug-in.
| Constructor Summary | |
|---|---|
ErrorDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<java.lang.String> errors)
Creates a new instance of ErrorDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
java.util.Collection<java.lang.String> |
getErrors()
Returns the errors in the project. |
hudson.model.AbstractBuild<?,?> |
getOwner()
Returns the build as owner of this action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<java.lang.String> errors)
ErrorDetail.
owner - current build as owner of this action.errors - all modules of the project| Method Detail |
|---|
public final hudson.model.AbstractBuild<?,?> getOwner()
public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic java.util.Collection<java.lang.String> getErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||