Uses of Enum
org.jenkinsci.plugins.pipeline.maven.MavenPublisherStrategy
-
Uses of MavenPublisherStrategy in org.jenkinsci.plugins.pipeline.maven
Modifier and TypeMethodDescriptionWithMavenStep.getPublisherStrategy()
static MavenPublisherStrategy
Returns the enum constant of this type with the specified name.static MavenPublisherStrategy[]
MavenPublisherStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MavenSpyLogProcessor.processMavenSpyLogs
(org.jenkinsci.plugins.workflow.steps.StepContext context, FilePath mavenSpyLogFolder, List<MavenPublisher> options, MavenPublisherStrategy publisherStrategy) void
WithMavenStep.setPublisherStrategy
(MavenPublisherStrategy publisherStrategy)