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 Object

The various types of a build job.


Field Summary
static String DIRECT
          A build job that was directly selected via the -Dinvoker.test=xxx,yyy parameter.
static String NORMAL
          A normal build job.
static 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 String SETUP
A build job that should be invoked before any non-setup build jobs.

See Also:
Constant Field Values

NORMAL

public static final String NORMAL
A normal build job.

See Also:
Constant Field Values

DIRECT

public static final 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-2012 The Apache Software Foundation. All Rights Reserved.