Package CIserver.app
Class StatusUpdater
java.lang.Object
CIserver.app.StatusUpdater
This class handles the commit status updates with GitHub's API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintChangeStatus(String context, String state, String description, String commit_id) Method for updating the GitHub status of a specific commit
-
Constructor Details
-
StatusUpdater
Create an object- Parameters:
url- of the repo
-
-
Method Details
-
ChangeStatus
Method for updating the GitHub status of a specific commit- Parameters:
context- The context to be set for the commit statusstate- The result of the testdescription- A short description of what is testedcommit_id- The commit_id for the commit status that should be updated
-