Uses of Class
com.oracle.bmc.devops.model.TriggerAction
-
Packages that use TriggerAction Package Description com.oracle.bmc.devops.model -
-
Uses of TriggerAction in com.oracle.bmc.devops.model
Subclasses of TriggerAction in com.oracle.bmc.devops.model Modifier and Type Class Description class
TriggerBuildPipelineAction
The action to trigger a build pipeline.Methods in com.oracle.bmc.devops.model that return types with arguments of type TriggerAction Modifier and Type Method Description List<TriggerAction>
CreateTriggerDetails. getActions()
The list of actions that are to be performed for this trigger.List<TriggerAction>
Trigger. getActions()
The list of actions that are to be performed for this trigger.List<TriggerAction>
TriggerCreateResult. getActions()
The list of actions that are to be performed for this trigger.List<TriggerAction>
TriggerInfo. getActions()
The list of actions that are to be performed for this TriggerList<TriggerAction>
UpdateTriggerDetails. getActions()
The list of actions that are to be performed for this trigger.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type TriggerAction Constructor Description BitbucketCloudTrigger(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String triggerUrl, String connectionId)
Deprecated.BitbucketCloudTriggerCreateResult(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String triggerUrl, String connectionId)
Deprecated.BitbucketServerTrigger(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String triggerUrl)
Deprecated.BitbucketServerTriggerCreateResult(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String secret, String triggerUrl)
Deprecated.CreateBitbucketCloudTriggerDetails(String displayName, String description, String projectId, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String connectionId)
Deprecated.CreateBitbucketServerTriggerDetails(String displayName, String description, String projectId, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateDevopsCodeRepositoryTriggerDetails(String displayName, String description, String projectId, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String repositoryId)
Deprecated.CreateGithubTriggerDetails(String displayName, String description, String projectId, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String connectionId)
Deprecated.CreateGitlabServerTriggerDetails(String displayName, String description, String projectId, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateGitlabTriggerDetails(String displayName, String description, String projectId, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String connectionId)
Deprecated.CreateTriggerDetails(String displayName, String description, String projectId, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateVbsTriggerDetails(String displayName, String description, String projectId, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String connectionId)
Deprecated.DevopsCodeRepositoryTrigger(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String repositoryId)
Deprecated.DevopsCodeRepositoryTriggerCreateResult(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String repositoryId)
Deprecated.GithubTrigger(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String triggerUrl, String connectionId)
Deprecated.GithubTriggerCreateResult(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String secret, String triggerUrl, String connectionId)
Deprecated.GitlabServerTrigger(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String triggerUrl)
Deprecated.GitlabServerTriggerCreateResult(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String secret, String triggerUrl)
Deprecated.GitlabTrigger(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String triggerUrl, String connectionId)
Deprecated.GitlabTriggerCreateResult(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String secret, String triggerUrl, String connectionId)
Deprecated.Trigger(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.TriggerCreateResult(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.TriggerInfo(String displayName, List<TriggerAction> actions)
Deprecated.UpdateBitbucketCloudTriggerDetails(String displayName, String description, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String connectionId)
Deprecated.UpdateBitbucketServerTriggerDetails(String displayName, String description, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateDevopsCodeRepositoryTriggerDetails(String displayName, String description, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String repositoryId)
Deprecated.UpdateGithubTriggerDetails(String displayName, String description, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String connectionId)
Deprecated.UpdateGitlabServerTriggerDetails(String displayName, String description, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateGitlabTriggerDetails(String displayName, String description, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String connectionId)
Deprecated.UpdateTriggerDetails(String displayName, String description, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateVbsTriggerDetails(String displayName, String description, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String connectionId)
Deprecated.VbsTrigger(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String triggerUrl, String connectionId)
Deprecated.VbsTriggerCreateResult(String id, String displayName, String description, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, Trigger.LifecycleState lifecycleState, String lifecycleDetails, List<TriggerAction> actions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String secret, String triggerUrl, String connectionId)
Deprecated.
-