class MojoExecutionNode extends ContainerNode
Modifier and Type | Field and Description |
---|---|
private int |
buildCount |
private MojoExecutionKey |
mojoExecutionKey |
Constructor and Description |
---|
MojoExecutionNode(MojoExecutionKey mojoExecutionKey) |
Modifier and Type | Method and Description |
---|---|
int |
getBuildCount() |
MojoExecutionKey |
getMojoExecutionKey() |
void |
setBuildCount(int buildCount) |
addResource, getName, getResources
private final MojoExecutionKey mojoExecutionKey
private int buildCount
public MojoExecutionNode(MojoExecutionKey mojoExecutionKey)
public MojoExecutionKey getMojoExecutionKey()
public int getBuildCount()
public void setBuildCount(int buildCount)