GerritEventConfiguration

GerritEventConfiguration
GerritEventConfiguration

Represents gerrit event configuration

JSON Example
{
    "pipelineLink": "/pipeline/api/pipelines/pipelineLink",
    "pipelineName": "Gerrit-Pipeline",
    "input": "{\"GERRIT_CHANGE_URL\",\"http://gerritservertest.com/32432\"}",
    "comments": "Execution comment",
    "eventType": "change-merged",
    "owners": [
        "string"
    ],
    "verifiedLabel": "Verified +1",
    "failureComment": "Execution failed",
    "successComment": "Execution successful"
}
string
pipelineLink
Optional

pipelineLink

string
pipelineName
Optional

pipelineName

string
input
Optional

input

string
comments
Optional

comments

string
eventType
Optional

eventType

array of string
owners
Optional

users

string
verifiedLabel
Optional

verifiedLabel

string
failureComment
Optional

failureComment

string
successComment
Optional

successComment

Property Of