Package | Description |
---|---|
com.amazonaws.services.codecommit.model |
Modifier and Type | Method and Description |
---|---|
RepositoryTriggerExecutionFailure |
RepositoryTriggerExecutionFailure.clone() |
RepositoryTriggerExecutionFailure |
RepositoryTriggerExecutionFailure.withFailureMessage(String failureMessage)
Additional message information about the trigger that did not run.
|
RepositoryTriggerExecutionFailure |
RepositoryTriggerExecutionFailure.withTrigger(String trigger)
The name of the trigger that did not run.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryTriggerExecutionFailure> |
TestRepositoryTriggersResult.getFailedExecutions()
The list of triggers that were not able to be tested.
|
Modifier and Type | Method and Description |
---|---|
TestRepositoryTriggersResult |
TestRepositoryTriggersResult.withFailedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)
The list of triggers that were not able to be tested.
|
Modifier and Type | Method and Description |
---|---|
void |
TestRepositoryTriggersResult.setFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.
|
TestRepositoryTriggersResult |
TestRepositoryTriggersResult.withFailedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.
|
Copyright © 2018. All rights reserved.