public static interface RepositoryTriggerExecutionFailure.Builder extends CopyableBuilder<RepositoryTriggerExecutionFailure.Builder,RepositoryTriggerExecutionFailure>
Modifier and Type | Method and Description |
---|---|
RepositoryTriggerExecutionFailure.Builder |
failureMessage(String failureMessage)
Additional message information about the trigger that did not run.
|
RepositoryTriggerExecutionFailure.Builder |
trigger(String trigger)
The name of the trigger that did not run.
|
copy
applyMutation, build
RepositoryTriggerExecutionFailure.Builder trigger(String trigger)
The name of the trigger that did not run.
trigger
- The name of the trigger that did not run.RepositoryTriggerExecutionFailure.Builder failureMessage(String failureMessage)
Additional message information about the trigger that did not run.
failureMessage
- Additional message information about the trigger that did not run.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.