public class LifecycleExecution extends Object implements Serializable
Constructor and Description |
---|
LifecycleExecution() |
Modifier and Type | Method and Description |
---|---|
String |
getGoal()
Get a goal, not attached to a lifecycle phase, which should
be executed ahead of this mojo.
|
String |
getLifecycle()
Get the name of the overlay to apply to the sub-lifecycle
before executing it.
|
String |
getPhase()
Get the phase in the sub-lifecycle.
|
void |
setGoal(String goal)
Set a goal, not attached to a lifecycle phase, which should
be executed ahead of this mojo.
|
void |
setLifecycle(String lifecycle)
Set the name of the overlay to apply to the sub-lifecycle
before executing it.
|
void |
setPhase(String phase)
Set the phase in the sub-lifecycle.
|
public LifecycleExecution()
public String getGoal()
public String getLifecycle()
public void setGoal(String goal)
goal
- public void setLifecycle(String lifecycle)
lifecycle
- Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.