Class ArtifactsDocLinksPublisher
- java.lang.Object
- 
- hudson.tasks.BuildStepCompatibilityLayer
- 
- hudson.tasks.Publisher
- 
- hudson.tasks.Recorder
- 
- hudson.plugins.doclinks.artifacts.ArtifactsDocLinksPublisher
 
 
 
 
- 
- All Implemented Interfaces:
- ExtensionPoint,- Describable<Publisher>,- BuildStep
 
 public class ArtifactsDocLinksPublisher extends Recorder 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classArtifactsDocLinksPublisher.DescriptorImpl- 
Nested classes/interfaces inherited from class hudson.tasks.PublisherPublisher.DescriptorExtensionListImpl
 - 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStepBuildStep.PublisherList
 - 
Nested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
 
- 
 - 
Field Summary- 
Fields inherited from interface hudson.tasks.BuildStepBUILDERS, PUBLISHERS
 
- 
 - 
Constructor SummaryConstructors Constructor Description ArtifactsDocLinksPublisher(List<ArtifactsDocLinksConfig> artifactsDocLinksConfigList)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ArtifactsDocLinksConfig>getArtifactsDocLinksConfigList()ArtifactsDocLinksPublisher.DescriptorImplgetDescriptor()ActiongetProjectAction(AbstractProject<?,?> project)BuildStepMonitorgetRequiredMonitorService()booleanperform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)- 
Methods inherited from class hudson.tasks.Publisherall, getProjectAction, needsToRunAfterFinalized, prebuild
 - 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayergetProjectActions, perform, prebuild
 
- 
 
- 
- 
- 
Constructor Detail- 
ArtifactsDocLinksPublisher@DataBoundConstructor public ArtifactsDocLinksPublisher(List<ArtifactsDocLinksConfig> artifactsDocLinksConfigList) - Parameters:
- artifactsDocLinksConfigList-
 
 
- 
 - 
Method Detail- 
getArtifactsDocLinksConfigListpublic List<ArtifactsDocLinksConfig> getArtifactsDocLinksConfigList() - Returns:
- the artifactsDocLinksConfigList
 
 - 
performpublic boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException - Specified by:
- performin interface- BuildStep
- Overrides:
- performin class- BuildStepCompatibilityLayer
- Parameters:
- build-
- launcher-
- listener-
- Returns:
- Throws:
- InterruptedException
- IOException
- See Also:
- BuildStepCompatibilityLayer.perform(hudson.model.AbstractBuild, hudson.Launcher, hudson.model.BuildListener)
 
 - 
getProjectActionpublic Action getProjectAction(AbstractProject<?,?> project) - Specified by:
- getProjectActionin interface- BuildStep
- Overrides:
- getProjectActionin class- BuildStepCompatibilityLayer
- Parameters:
- project-
- Returns:
 
 - 
getRequiredMonitorServicepublic BuildStepMonitor getRequiredMonitorService() - Returns:
- See Also:
- BuildStep.getRequiredMonitorService()
 
 - 
getDescriptorpublic ArtifactsDocLinksPublisher.DescriptorImpl getDescriptor() - Specified by:
- getDescriptorin interface- Describable<Publisher>
- Overrides:
- getDescriptorin class- Recorder
- Returns:
 
 
- 
 
-