public interface HistoryEvent
| Modifier and Type | Method and Description |
|---|---|
int |
getDay() |
String |
getDescription()
A description of the History event
example: Deployment start event
example element:
|
String |
getDocumentationUrl()
If there is an URL of the event place it here.
|
int |
getMonth() |
String |
getName()
The name of the member element
example: "deployment_start"
example element:
|
int |
getYear()
The date of the History Item
Only the year month and day will be used.
|
String getName()
int getYear()
int getMonth()
int getDay()
String getDescription()
String getDocumentationUrl()
Copyright © 2016. All Rights Reserved.