org.apache.maven.lifecycle
Class Schedule
java.lang.Object
org.apache.maven.lifecycle.Schedule
public class Schedule
- extends java.lang.Object
- Since:
- 3.0
- Author:
- Kristian Rosenvold
Constructor Summary |
Schedule()
|
Schedule(java.lang.String phase,
boolean mojoSynchronized,
boolean parallel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Schedule
public Schedule()
Schedule
public Schedule(java.lang.String phase,
boolean mojoSynchronized,
boolean parallel)
getPhase
public java.lang.String getPhase()
setPhase
public void setPhase(java.lang.String phase)
getPluginKey
public java.lang.String getPluginKey()
setPluginKey
public void setPluginKey(java.lang.String pluginKey)
isMojoSynchronized
public boolean isMojoSynchronized()
setMojoSynchronized
public void setMojoSynchronized(boolean mojoSynchronized)
isParallel
public boolean isParallel()
setParallel
public void setParallel(boolean parallel)
getUpstreamPhase
public java.lang.String getUpstreamPhase()
setUpstreamPhase
public void setUpstreamPhase(java.lang.String upstreamPhase)
getMojoGoal
public java.lang.String getMojoGoal()
setMojoGoal
public void setMojoGoal(java.lang.String mojoGoal)
hasUpstreamPhaseDefined
public boolean hasUpstreamPhaseDefined()
appliesTo
public boolean appliesTo(MojoExecution mojoExecution)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.