Class BuildJob.Type

  • Enclosing class:
    BuildJob

    public static class BuildJob.Type
    extends java.lang.Object
    The various types of a build job.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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

      Constructors 
      Constructor Description
      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

      • Type

        public Type()