Serialized Form

  • Package org.apache.maven.plugins.invoker.model

    • Class org.apache.maven.plugins.invoker.model.BuildJob

      class BuildJob extends Object implements Serializable
      • Serialized Fields

        • description
          String description
          The description of this build job.
        • failureMessage
          String failureMessage
          Any failure message(s) in case this build job failed.
        • modelEncoding
          String modelEncoding
          Field modelEncoding.
        • name
          String name
          The name of this build job.
        • ordinal
          int ordinal
          BuildJobs will be sorted in the descending order of the ordinal. In other words, the BuildJobs with the highest numbers will be executed first.
        • project
          String project
          The path to the project to build. This path is usually relative and can denote both a POM file or a project directory.
        • result
          String result
          The result of this build job.
        • time
          double time
          The number of seconds that this build job took to complete.
        • type
          String type
          The type of the build job.