Uses of Enum
org.jenkinsci.plugins.pipeline.maven.MavenPublisherStrategy
Packages that use MavenPublisherStrategy
-
Uses of MavenPublisherStrategy in org.jenkinsci.plugins.pipeline.maven
Methods in org.jenkinsci.plugins.pipeline.maven that return MavenPublisherStrategyModifier 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.Methods in org.jenkinsci.plugins.pipeline.maven with parameters of type MavenPublisherStrategyModifier and TypeMethodDescriptionvoid
MavenSpyLogProcessor.processMavenSpyLogs
(org.jenkinsci.plugins.workflow.steps.StepContext context, FilePath mavenSpyLogFolder, List<MavenPublisher> options, MavenPublisherStrategy publisherStrategy) void
WithMavenStep.setPublisherStrategy
(MavenPublisherStrategy publisherStrategy)