public interface BuildFinish
extends org.apache.logging.log4j.audit.AuditEvent
| Modifier and Type | Method and Description |
|---|---|
void |
setBuildNumber(int buildNumber)
Build Number : Build number
|
void |
setCause(List<String> cause)
Cause : The cause for the occurance of an action
|
void |
setProjectName(String projectName)
Project Name : Name of the project
|
void |
setTimestamp(String timestamp)
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
|
void setBuildNumber(int buildNumber)
buildNumber - Build numbervoid setCause(List<String> cause)
cause - The cause for the occurance of an actionvoid setProjectName(String projectName)
projectName - Name of the projectvoid setTimestamp(String timestamp)
timestamp - Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezoneCopyright © 2016–2021. All rights reserved.