Uses of Class
com.oracle.bmc.devops.model.TriggerSummary
-
Packages that use TriggerSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of TriggerSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type TriggerSummary Modifier and Type Method Description Iterable<TriggerSummary>
DevopsPaginators. listTriggersRecordIterator(ListTriggersRequest request)
Creates a new iterable which will iterate over theTriggerSummary
objects contained in responses from the listTriggers operation. -
Uses of TriggerSummary in com.oracle.bmc.devops.model
Subclasses of TriggerSummary in com.oracle.bmc.devops.model Modifier and Type Class Description class
BitbucketCloudTriggerSummary
Summary of the Bitbucket Cloud trigger.class
BitbucketServerTriggerSummary
Summary of the Bitbucket Server trigger.class
DevopsCodeRepositoryTriggerSummary
Summary of the DevOps code repository trigger.class
GithubTriggerSummary
Summary of the GitHub trigger.class
GitlabServerTriggerSummary
Summary of the GitLab self-hosted server trigger.class
GitlabTriggerSummary
Summary of the GitLab trigger.class
VbsTriggerSummary
Summary of the VBS trigger.Methods in com.oracle.bmc.devops.model that return types with arguments of type TriggerSummary Modifier and Type Method Description List<TriggerSummary>
TriggerCollection. getItems()
List of triggers.Method parameters in com.oracle.bmc.devops.model with type arguments of type TriggerSummary Modifier and Type Method Description TriggerCollection.Builder
TriggerCollection.Builder. items(List<TriggerSummary> items)
List of triggers.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type TriggerSummary Constructor Description TriggerCollection(List<TriggerSummary> items)
Deprecated.
-