Uses of Class
com.oracle.bmc.devops.model.Project.LifecycleState
-
Packages that use Project.LifecycleState Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of Project.LifecycleState in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type Project.LifecycleState Modifier and Type Method Description Waiter<GetProjectRequest,GetProjectResponse>
DevopsWaiters. forProject(GetProjectRequest request, Project.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProjectRequest,GetProjectResponse>
DevopsWaiters. forProject(GetProjectRequest request, Project.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProjectRequest,GetProjectResponse>
DevopsWaiters. forProject(GetProjectRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Project.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Project.LifecycleState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return Project.LifecycleState Modifier and Type Method Description static Project.LifecycleState
Project.LifecycleState. create(String key)
Project.LifecycleState
Project. getLifecycleState()
The current state of the project.Project.LifecycleState
ProjectSummary. getLifecycleState()
The current state of the project.static Project.LifecycleState
Project.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Project.LifecycleState[]
Project.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type Project.LifecycleState Modifier and Type Method Description Project.Builder
Project.Builder. lifecycleState(Project.LifecycleState lifecycleState)
The current state of the project.ProjectSummary.Builder
ProjectSummary.Builder. lifecycleState(Project.LifecycleState lifecycleState)
The current state of the project.Constructors in com.oracle.bmc.devops.model with parameters of type Project.LifecycleState Constructor Description Project(String id, String name, String description, String compartmentId, String namespace, NotificationConfig notificationConfig, Date timeCreated, Date timeUpdated, Project.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProjectSummary(String id, String name, String description, String compartmentId, String namespace, NotificationConfig notificationConfig, Date timeCreated, Date timeUpdated, String lifecycleDetails, Project.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Project.LifecycleState in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return Project.LifecycleState Modifier and Type Method Description Project.LifecycleState
ListProjectsRequest. getLifecycleState()
A filter to return only Projects that matches the given lifecycleState.Methods in com.oracle.bmc.devops.requests with parameters of type Project.LifecycleState Modifier and Type Method Description ListProjectsRequest.Builder
ListProjectsRequest.Builder. lifecycleState(Project.LifecycleState lifecycleState)
A filter to return only Projects that matches the given lifecycleState.
-