org.apache.maven.lifecycle
Class Schedule
java.lang.Object
org.apache.maven.lifecycle.Schedule
public class Schedule
- extends Object
- Since:
- 3.0
- Author:
- Kristian Rosenvold
Schedule
public Schedule()
Schedule
public Schedule(String phase,
boolean mojoSynchronized,
boolean parallel)
getPhase
public String getPhase()
setPhase
public void setPhase(String phase)
getPluginKey
public String getPluginKey()
setPluginKey
public void setPluginKey(String pluginKey)
isMojoSynchronized
public boolean isMojoSynchronized()
setMojoSynchronized
public void setMojoSynchronized(boolean mojoSynchronized)
isParallel
public boolean isParallel()
setParallel
public void setParallel(boolean parallel)
getUpstreamPhase
public String getUpstreamPhase()
setUpstreamPhase
public void setUpstreamPhase(String upstreamPhase)
getMojoGoal
public String getMojoGoal()
setMojoGoal
public void setMojoGoal(String mojoGoal)
hasUpstreamPhaseDefined
public boolean hasUpstreamPhaseDefined()
appliesTo
public boolean appliesTo(MojoExecution mojoExecution)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.