Class GeneratedArtifactsPublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<MavenPublisher>
org.jenkinsci.plugins.pipeline.maven.MavenPublisher
org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher
- All Implemented Interfaces:
ExtensionPoint,Describable<MavenPublisher>,Serializable,Comparable<MavenPublisher>
- Author:
- Cyrille Le Clerc
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidvoidsetArchiveFilesDisabled(boolean archiveFilesDisabled) voidsetFingerprintFilesDisabled(boolean fingerprintFilesDisabled) Methods inherited from class org.jenkinsci.plugins.pipeline.maven.MavenPublisher
compareTo, getDescriptor, isDisabled, setDisabled, toString
-
Constructor Details
-
GeneratedArtifactsPublisher
@DataBoundConstructor public GeneratedArtifactsPublisher()
-
-
Method Details
-
process
public void process(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, @NonNull Element mavenSpyLogsElt) throws IOException, InterruptedException - Specified by:
processin classMavenPublishermavenSpyLogsElt- maven spy report. WARNING experimental structure for the moment, subject to change.- Throws:
IOExceptionInterruptedException
-
isFingerprintFilesDisabled
public boolean isFingerprintFilesDisabled() -
setFingerprintFilesDisabled
@DataBoundSetter public void setFingerprintFilesDisabled(boolean fingerprintFilesDisabled) -
isArchiveFilesDisabled
public boolean isArchiveFilesDisabled() -
setArchiveFilesDisabled
@DataBoundSetter public void setArchiveFilesDisabled(boolean archiveFilesDisabled)
-