Package | Description |
---|---|
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RepositoryTriggerExecutionFailure> |
TestRepositoryTriggersResult.failedExecutions
The list of triggers that were not able to be tested.
|
Modifier and Type | Method and Description |
---|---|
RepositoryTriggerExecutionFailure |
RepositoryTriggerExecutionFailure.clone() |
RepositoryTriggerExecutionFailure |
RepositoryTriggerExecutionFailure.withFailureMessage(java.lang.String failureMessage)
Additional message information about the trigger that did not run.
|
RepositoryTriggerExecutionFailure |
RepositoryTriggerExecutionFailure.withTrigger(java.lang.String trigger)
The name of the trigger that did not run.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.
|
TestRepositoryTriggersResult |
TestRepositoryTriggersResult.withFailedExecutions(java.util.Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested.
|
Modifier and Type | Method and Description |
---|---|
RepositoryTriggerExecutionFailure |
RepositoryTriggerExecutionFailureJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryTriggerExecutionFailureJsonMarshaller.marshall(RepositoryTriggerExecutionFailure repositoryTriggerExecutionFailure,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|