|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.tasks.Publisher
hudson.plugins.plot.PlotPublisher
public class PlotPublisher
Records the plot data for builds.
| Nested Class Summary | |
|---|---|
static class |
PlotPublisher.DescriptorImpl
|
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
|---|
hudson.tasks.BuildStep.PublisherList |
| Field Summary | |
|---|---|
static hudson.model.Descriptor<hudson.tasks.Publisher> |
DESCRIPTOR
|
| Fields inherited from interface hudson.tasks.BuildStep |
|---|
BUILDERS, PUBLISHERS |
| Constructor Summary | |
|---|---|
PlotPublisher()
|
|
| Method Summary | |
|---|---|
void |
addPlot(Plot plot)
Adds the new plot to the plot data structures managed by this object. |
hudson.model.Descriptor<hudson.tasks.Publisher> |
getDescriptor()
Called by Hudson. |
java.lang.String[] |
getOriginalGroups()
Returns all group names as the original user specified strings. |
Plot[] |
getPlots()
Returns the entire list of plots managed by this object. |
Plot[] |
getPlots(java.lang.String urlGroup)
Returns the list of plots with the given group name. |
hudson.model.Action |
getProjectAction(hudson.model.Project project)
Called by Hudson. |
java.lang.String |
originalGroupToUrlGroup(java.lang.String originalGroup)
Converts the original plot group name to a URL friendly group name. |
boolean |
perform(hudson.model.Build build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Called by Hudson when a build is finishing. |
void |
setPlots(Plot[] plots)
Replaces the plots managed by this object with the given list. |
java.lang.String |
urlGroupToOriginalGroup(java.lang.String urlGroup)
Converts a URL friendly plot group name to the original group name. |
| Methods inherited from class hudson.tasks.Publisher |
|---|
prebuild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final hudson.model.Descriptor<hudson.tasks.Publisher> DESCRIPTOR
| Constructor Detail |
|---|
public PlotPublisher()
| Method Detail |
|---|
public java.lang.String urlGroupToOriginalGroup(java.lang.String urlGroup)
public java.lang.String originalGroupToUrlGroup(java.lang.String originalGroup)
public java.lang.String[] getOriginalGroups()
public void setPlots(Plot[] plots)
plots - the new list of plotspublic void addPlot(Plot plot)
plot - the new plotpublic Plot[] getPlots()
public Plot[] getPlots(java.lang.String urlGroup)
public hudson.model.Action getProjectAction(hudson.model.Project project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.Publisherpublic hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
public boolean perform(hudson.model.Build build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||