Uses of Enum Class
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 MavenPublisherStrategyReturns the enum constant of this class with the specified name.static MavenPublisherStrategy[]MavenPublisherStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkinsci.plugins.pipeline.maven with parameters of type MavenPublisherStrategyModifier and TypeMethodDescriptionvoidMavenSpyLogProcessor.processMavenSpyLogs(org.jenkinsci.plugins.workflow.steps.StepContext context, FilePath mavenSpyLogFolder, List<MavenPublisher> options, MavenPublisherStrategy publisherStrategy) voidWithMavenStep.setPublisherStrategy(MavenPublisherStrategy publisherStrategy)