org.apache.maven.plugin.invoker.model
Class BuildJob.Type

java.lang.Object
  extended by org.apache.maven.plugin.invoker.model.BuildJob.Type
Enclosing class:
BuildJob

public static class BuildJob.Type
extends java.lang.Object

The various types of a build job.


Field Summary
static java.lang.String DIRECT
          A build job that was directly selected via the -Dinvoker.test=xxx,yyy parameter.
static java.lang.String NORMAL
          A normal build job.
static java.lang.String SETUP
          A build job that should be invoked before any non-setup build jobs.
 
Constructor Summary
BuildJob.Type()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SETUP

public static final java.lang.String SETUP
A build job that should be invoked before any non-setup build jobs.

See Also:
Constant Field Values

NORMAL

public static final java.lang.String NORMAL
A normal build job.

See Also:
Constant Field Values

DIRECT

public static final java.lang.String DIRECT
A build job that was directly selected via the -Dinvoker.test=xxx,yyy parameter.

See Also:
Constant Field Values
Constructor Detail

BuildJob.Type

public BuildJob.Type()


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.