public class JobDefinition.LogsEntry.StepsEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JobDefinition.LogsEntry.StepsEntry.ErrorsEntry |
| Modifier and Type | Field and Description |
|---|---|
JobDefinition.LogsEntry.StepsEntry.ErrorsEntry[] |
errors
|
int |
lineFinished
Mininum: 0
|
int |
lineStarted
Mininum: 0
|
String |
name
Min length: 1 Max length: 255
|
String |
result
Possible values: * “success” * “fail” * “exception” * “canceled” * “unknown”
|
Date |
timeFinished
|
Date |
timeStarted
|
| Constructor and Description |
|---|
StepsEntry() |
public JobDefinition.LogsEntry.StepsEntry.ErrorsEntry[] errors
public int lineFinished
public int lineStarted
public String name
public String result
Possible values: * “success” * “fail” * “exception” * “canceled” * “unknown”
public Date timeFinished
public Date timeStarted
Copyright © 2014–2016 Mozilla. All rights reserved.