@ExportedBean public class IncidentViolation extends Object
| Constructor and Description |
|---|
IncidentViolation(Object attr) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Api |
getApi()
Exposes this object to the remote API.
|
String |
getDescription() |
long |
getDuration() |
Date |
getEnd() |
String |
getRule() |
IncidentChart.Severity |
getSeverity() |
String |
getSeverityString() |
Date |
getStart() |
public IncidentViolation(Object attr)
public hudson.model.Api getApi()
@Exported public String getRule()
public IncidentChart.Severity getSeverity()
@Exported public String getSeverityString()
@Exported public Date getStart()
@Exported public Date getEnd()
@Exported public long getDuration()
@Exported public String getDescription()
Copyright © 2016. All rights reserved.