public class BuildInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IRule |
rule
The rule.
|
protected long |
time
The buildtime.
|
Constructor and Description |
---|
BuildInfo(IRule rule,
long time)
Create a new build info.
|
Modifier and Type | Method and Description |
---|---|
IRule |
getRule()
Get the rule.
|
long |
getTime()
Get the time.
|
java.lang.String |
toString()
Get the string representation.
|
protected IRule rule
protected long time
public BuildInfo(IRule rule, long time)
public IRule getRule()
public long getTime()
public java.lang.String toString()
toString
in class java.lang.Object