public static interface RepositoryTriggerExecutionFailure.Builder extends SdkPojo, CopyableBuilder<RepositoryTriggerExecutionFailure.Builder,RepositoryTriggerExecutionFailure>
| Modifier and Type | Method and Description |
|---|---|
RepositoryTriggerExecutionFailure.Builder |
failureMessage(String failureMessage)
Message information about the trigger that did not run.
|
RepositoryTriggerExecutionFailure.Builder |
trigger(String trigger)
The name of the trigger that did not run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryTriggerExecutionFailure.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)
Message information about the trigger that did not run.
failureMessage - Message information about the trigger that did not run.Copyright © 2023. All rights reserved.