public interface Exec extends Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Modifier and Type | Method and Description |
---|---|
Date |
getEnd() |
String |
getMessage() |
Date |
getStart() |
String |
getStatus() |
void |
setEnd(Date end) |
void |
setMessage(String message)
Set a message for this execution, taking care of replacing every null character with newline.
|
void |
setStart(Date start) |
void |
setStatus(String status) |
void setMessage(String message)
message
- the message to set for this executionString getMessage()
void setStatus(String status)
String getStatus()
void setStart(Date start)
Date getStart()
void setEnd(Date end)
Date getEnd()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.