public class BuildLifecycleAnalyzer extends Object
| Constructor and Description |
|---|
BuildLifecycleAnalyzer(org.apache.maven.plugin.logging.Log log,
org.apache.maven.lifecycle.LifecycleExecutor lifecycleExecutor,
org.apache.maven.project.MavenProject mavenProject,
org.apache.maven.execution.MavenSession mavenSession) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
getPhasesToBeExecuted() |
boolean |
isDeployPresent() |
boolean |
isInstallPresent() |
public BuildLifecycleAnalyzer(@NotNull
org.apache.maven.plugin.logging.Log log,
@NotNull
org.apache.maven.lifecycle.LifecycleExecutor lifecycleExecutor,
@NotNull
org.apache.maven.project.MavenProject mavenProject,
@NotNull
org.apache.maven.execution.MavenSession mavenSession)
Copyright © 2019 OpenClover.org. All rights reserved.