Class InvokerResult
- java.lang.Object
-
- org.jenkinsci.plugins.maveninvoker.results.InvokerResult
-
- All Implemented Interfaces:
Serializable
public class InvokerResult extends Object implements Serializable
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvokerResult()
-
-
-
Field Detail
-
project
public String project
-
name
public String name
-
description
public String description
-
result
public String result
-
failureMessage
public String failureMessage
-
time
public double time
-
logFilename
public String logFilename
-
build
public transient Run<?,?> build
-
log
public transient String log
-
-
Method Detail
-
getUrl
public String getUrl()
-
getLink
public String getLink() throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-