|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jswidgets.JsBaseAction
hudson.plugins.jswidgets.JsBuildAction
public class JsBuildAction
This class implements the JS widgets pages for a build.
| Constructor Summary | |
|---|---|
JsBuildAction(hudson.model.AbstractBuild<?,?> build)
This class implements the JS widgets pages for a build. |
|
| Method Summary | |
|---|---|
hudson.model.AbstractBuild<?,?> |
getBuild()
Returns the build. |
java.lang.String |
getBuiltOn()
Returns the Name of the Node where the AbstractBuild happened. |
java.util.Collection<java.lang.String> |
getChangeSetEntries(hudson.scm.ChangeLogSet.Entry entry)
Returns a representation for affected files in entry prefixing them with the EditType of the
change. |
hudson.model.AbstractProject<?,?> |
getProject()
Returns the project. |
java.lang.String |
getUrlName()
|
| Methods inherited from class hudson.plugins.jswidgets.JsBaseAction |
|---|
getBaseUrl, getDisplayName, getIconFileName, getImagesUrl, skipDescription, wantHtml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsBuildAction(hudson.model.AbstractBuild<?,?> build)
build - this action acts on.| Method Detail |
|---|
public java.lang.String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class JsBaseActionpublic hudson.model.AbstractBuild<?,?> getBuild()
public hudson.model.AbstractProject<?,?> getProject()
public java.lang.String getBuiltOn()
Node where the AbstractBuild happened. If the Node is deleted
meanwhile it returns UNKNOWN.
public java.util.Collection<java.lang.String> getChangeSetEntries(hudson.scm.ChangeLogSet.Entry entry)
EditType of the
change. Some SCMs do not support ChangeLogSet.Entry.getAffectedFiles(), so do fall back to
ChangeLogSet.Entry.getAffectedPaths() in this case.
entry - changeset.
EditType prefixed paths.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||