public class DoxygenArchiver extends hudson.tasks.Recorder implements Serializable, hudson.matrix.MatrixAggregatable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DoxygenArchiver.BaseDoxygenAction |
static class |
DoxygenArchiver.DoxygenAction |
static class |
DoxygenArchiver.DoxygenArchiverDescriptor |
static class |
DoxygenArchiver.DoxygenBuildAction |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
static DoxygenArchiver.DoxygenArchiverDescriptor |
DESCRIPTOR |
String |
folderWhereYouRunDoxygen |
String |
runOnChild |
| Constructor and Description |
|---|
DoxygenArchiver(String doxyfilePath,
boolean keepAll,
String runOnChild,
String folderWhereYouRunDoxygen) |
| Modifier and Type | Method and Description |
|---|---|
hudson.matrix.MatrixAggregator |
createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
DoxygenArchiver.DoxygenArchiverDescriptor |
getDescriptor() |
String |
getDoxyfilePath() |
String |
getDoxygenHtmlDirectory()
Deprecated.
|
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
String |
getPublishType()
Deprecated.
|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isKeepAll() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild@Extension public static final DoxygenArchiver.DoxygenArchiverDescriptor DESCRIPTOR
public String runOnChild
public String folderWhereYouRunDoxygen
public String getDoxyfilePath()
public boolean isKeepAll()
@Deprecated public String getPublishType()
@Deprecated public String getDoxygenHtmlDirectory()
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic DoxygenArchiver.DoxygenArchiverDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
createAggregator in interface hudson.matrix.MatrixAggregatableCopyright © 2004-2014. All Rights Reserved.