Package | Description |
---|---|
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RepositoryTrigger> |
TestRepositoryTriggersRequest.triggers
The list of triggers to test.
|
private java.util.List<RepositoryTrigger> |
PutRepositoryTriggersRequest.triggers
The JSON block of configuration information for each trigger.
|
private java.util.List<RepositoryTrigger> |
GetRepositoryTriggersResult.triggers
The JSON block of configuration information for each trigger.
|
Modifier and Type | Method and Description |
---|---|
RepositoryTrigger |
RepositoryTrigger.clone() |
RepositoryTrigger |
RepositoryTrigger.withBranches(java.util.Collection<java.lang.String> branches)
The branches that will be included in the trigger configuration.
|
RepositoryTrigger |
RepositoryTrigger.withBranches(java.lang.String... branches)
The branches that will be included in the trigger configuration.
|
RepositoryTrigger |
RepositoryTrigger.withCustomData(java.lang.String customData)
Any custom data associated with the trigger that will be included in the
information sent to the target of the trigger.
|
RepositoryTrigger |
RepositoryTrigger.withDestinationArn(java.lang.String destinationArn)
The ARN of the resource that is the target for a trigger.
|
RepositoryTrigger |
RepositoryTrigger.withEvents(java.util.Collection<java.lang.String> events)
The repository events that will cause the trigger to run actions in
another service, such as sending a notification through Amazon Simple
Notification Service (SNS).
|
RepositoryTrigger |
RepositoryTrigger.withEvents(RepositoryTriggerEventEnum... events)
The repository events that will cause the trigger to run actions in
another service, such as sending a notification through Amazon Simple
Notification Service (SNS).
|
RepositoryTrigger |
RepositoryTrigger.withEvents(java.lang.String... events)
The repository events that will cause the trigger to run actions in
another service, such as sending a notification through Amazon Simple
Notification Service (SNS).
|
RepositoryTrigger |
RepositoryTrigger.withName(java.lang.String name)
The name of the trigger.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RepositoryTrigger> |
TestRepositoryTriggersRequest.getTriggers()
The list of triggers to test.
|
java.util.List<RepositoryTrigger> |
PutRepositoryTriggersRequest.getTriggers()
The JSON block of configuration information for each trigger.
|
java.util.List<RepositoryTrigger> |
GetRepositoryTriggersResult.getTriggers()
The JSON block of configuration information for each trigger.
|
Modifier and Type | Method and Description |
---|---|
TestRepositoryTriggersRequest |
TestRepositoryTriggersRequest.withTriggers(RepositoryTrigger... triggers)
The list of triggers to test.
|
PutRepositoryTriggersRequest |
PutRepositoryTriggersRequest.withTriggers(RepositoryTrigger... triggers)
The JSON block of configuration information for each trigger.
|
GetRepositoryTriggersResult |
GetRepositoryTriggersResult.withTriggers(RepositoryTrigger... triggers)
The JSON block of configuration information for each trigger.
|
Modifier and Type | Method and Description |
---|---|
void |
TestRepositoryTriggersRequest.setTriggers(java.util.Collection<RepositoryTrigger> triggers)
The list of triggers to test.
|
void |
PutRepositoryTriggersRequest.setTriggers(java.util.Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
void |
GetRepositoryTriggersResult.setTriggers(java.util.Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
TestRepositoryTriggersRequest |
TestRepositoryTriggersRequest.withTriggers(java.util.Collection<RepositoryTrigger> triggers)
The list of triggers to test.
|
PutRepositoryTriggersRequest |
PutRepositoryTriggersRequest.withTriggers(java.util.Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
GetRepositoryTriggersResult |
GetRepositoryTriggersResult.withTriggers(java.util.Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
Modifier and Type | Method and Description |
---|---|
RepositoryTrigger |
RepositoryTriggerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryTriggerJsonMarshaller.marshall(RepositoryTrigger repositoryTrigger,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|