Settings for the current build job.
| Type | Name and description |
|---|---|
java.lang.String |
getCommitMessage()Commit message of the commit that triggered the job |
boolean |
isPullRequest()Whether this Travis job is a pull request build |
void |
setCommitMessage(java.lang.String commitMessage)See getCommitMessage() |
void |
setPullRequest(boolean pullRequest)See isPullRequest() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Commit message of the commit that triggered the job
Whether this Travis job is a pull request build
See isPullRequest()