Constructor and Description |
---|
Schedule() |
Schedule(String phase,
boolean mojoSynchronized,
boolean parallel) |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(MojoExecution mojoExecution) |
String |
getMojoGoal() |
String |
getPhase() |
String |
getPluginKey() |
String |
getUpstreamPhase() |
boolean |
hasUpstreamPhaseDefined() |
boolean |
isMojoSynchronized() |
boolean |
isParallel() |
void |
setMojoGoal(String mojoGoal) |
void |
setMojoSynchronized(boolean mojoSynchronized) |
void |
setParallel(boolean parallel) |
void |
setPhase(String phase) |
void |
setPluginKey(String pluginKey) |
void |
setUpstreamPhase(String upstreamPhase) |
String |
toString() |
public Schedule()
public String getPluginKey()
public void setPluginKey(String pluginKey)
public boolean isMojoSynchronized()
public void setMojoSynchronized(boolean mojoSynchronized)
public boolean isParallel()
public void setParallel(boolean parallel)
public String getUpstreamPhase()
public void setUpstreamPhase(String upstreamPhase)
public String getMojoGoal()
public void setMojoGoal(String mojoGoal)
public boolean hasUpstreamPhaseDefined()
public boolean appliesTo(MojoExecution mojoExecution)
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.