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.BuildStep
prebuild
in class hudson.tasks.BuildStepCompatibilityLayer
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
public DoxygenArchiver.DoxygenArchiverDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Recorder
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
public hudson.matrix.MatrixAggregator createAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
createAggregator
in interface hudson.matrix.MatrixAggregatable
Copyright © 2004-2014. All Rights Reserved.