hudson.plugins.jmeter
Class JMeterPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.plugins.jmeter.JMeterPublisher
- All Implemented Interfaces:
- hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
public class JMeterPublisher
- extends hudson.tasks.Publisher
| Nested classes/interfaces inherited from class hudson.tasks.Publisher |
hudson.tasks.Publisher.DescriptorExtensionListImpl |
| 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 |
|
Method Summary |
hudson.model.Descriptor<hudson.tasks.Publisher> |
getDescriptor()
|
java.lang.String |
getFilename()
|
static java.io.File |
getJMeterReport(hudson.model.AbstractBuild<?,?> build)
|
hudson.model.Action |
getProjectAction(hudson.model.Project project)
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
void |
setFilename(java.lang.String filename)
|
| Methods inherited from class hudson.tasks.Publisher |
all, needsToRunAfterFinalized, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
getProjectAction, perform, prebuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.tasks.BuildStep |
getProjectAction, prebuild |
DESCRIPTOR
public static final hudson.model.Descriptor<hudson.tasks.Publisher> DESCRIPTOR
JMeterPublisher
public JMeterPublisher()
getJMeterReport
public static java.io.File getJMeterReport(hudson.model.AbstractBuild<?,?> build)
getDescriptor
public hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>- Overrides:
getDescriptor in class hudson.tasks.Publisher
getFilename
public java.lang.String getFilename()
getProjectAction
public hudson.model.Action getProjectAction(hudson.model.Project project)
- Overrides:
getProjectAction in class hudson.tasks.Publisher
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.lang.InterruptedException,
java.io.IOException
- Specified by:
perform in interface hudson.tasks.BuildStep- Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
- Throws:
java.lang.InterruptedException
java.io.IOException
setFilename
public void setFilename(java.lang.String filename)
Copyright © 2009. All Rights Reserved.