Serialized Form


Package org.apache.maven.plugin.invoker.model

Class org.apache.maven.plugin.invoker.model.BuildJob extends java.lang.Object implements Serializable

Serialized Fields

project

java.lang.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.


name

java.lang.String name
The name of this build job.


description

java.lang.String description
The description of this build job.


result

java.lang.String result
The result of this build job.


failureMessage

java.lang.String failureMessage
Any failure message(s) in case this build job failed.


time

double time
The number of seconds that this build job took to complete.


type

java.lang.String type
The type of the build job.


modelEncoding

java.lang.String modelEncoding
Field modelEncoding.



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