Package CIserver.app
Class Build
java.lang.Object
CIserver.app.Build
Placeholder class for information of a build
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Build
public Build()Default constructor -
Build
Parameterized constructor- Parameters:
commit- commit SHA of the builddate- date when the build was executedlog- output logs of the build
-
-
Method Details
-
getCommit
Gets the commit value- Returns:
- the commit SHA
-
setCommit
Sets the commit value- Parameters:
commit- the new commit SHA to be set
-
getDate
Gets the date value- Returns:
- the date of the build
-
setDate
Sets the date value- Parameters:
date- the new build date to be set
-
getLog
Gets the build logs- Returns:
- the output logs of the build
-
setLog
Sets the log value- Parameters:
log- the new build logs to be set
-