|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.util.Clock
class Clock extends java.lang.Object
| Field Summary | |
|---|---|
long |
start
|
| Constructor Summary | |
Clock()
|
|
protected Clock(TimeProvider timeProvider)
|
|
| Method Summary | |
|---|---|
java.lang.String
|
getTime()
|
long
|
getTimeInMs()
|
void
|
reset()
|
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Field Detail |
|---|
long start
| Constructor Detail |
|---|
public Clock()
protected Clock(TimeProvider timeProvider)
| Method Detail |
|---|
public java.lang.String getTime()
public long getTimeInMs()
public void reset()
Groovy Documentation