Uses of Class
org.eclipse.tycho.plugins.p2.BaselineMode
-
Packages that use BaselineMode Package Description org.eclipse.tycho.plugins.p2 -
-
Uses of BaselineMode in org.eclipse.tycho.plugins.p2
Fields in org.eclipse.tycho.plugins.p2 declared as BaselineMode Modifier and Type Field Description private BaselineModeP2MetadataMojo. baselineModeWhat happens when build artifact does not match baseline version:disable: Disable baseline validation.warn(default): Warn about discrepancies between build and baseline artifacts but do not fail the build.failCommon: Fail the build if there are discrepancies between artifacts present both in build and baseline.Methods in org.eclipse.tycho.plugins.p2 that return BaselineMode Modifier and Type Method Description static BaselineModeBaselineMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BaselineMode[]BaselineMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.tycho.plugins.p2 with parameters of type BaselineMode Modifier and Type Method Description java.util.Map<java.lang.String,IP2Artifact>BaselineValidator. validateAndReplace(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution, java.util.Map<java.lang.String,IP2Artifact> reactorMetadata, java.util.List<Repository> baselineRepositories, BaselineMode baselineMode, BaselineReplace baselineReplace)
-