Uses of Class
com.oracle.bmc.devops.model.PullRequest.LifecycleState
-
Packages that use PullRequest.LifecycleState Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of PullRequest.LifecycleState in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type PullRequest.LifecycleState Modifier and Type Method Description Waiter<GetPullRequestRequest,GetPullRequestResponse>
DevopsWaiters. forPullRequest(GetPullRequestRequest request, PullRequest.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPullRequestRequest,GetPullRequestResponse>
DevopsWaiters. forPullRequest(GetPullRequestRequest request, PullRequest.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPullRequestRequest,GetPullRequestResponse>
DevopsWaiters. forPullRequest(GetPullRequestRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PullRequest.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of PullRequest.LifecycleState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequest.LifecycleState Modifier and Type Method Description static PullRequest.LifecycleState
PullRequest.LifecycleState. create(String key)
PullRequest.LifecycleState
PullRequest. getLifecycleState()
The current state of the PullRequest.PullRequest.LifecycleState
PullRequestSummary. getLifecycleState()
The current state of the Pull Request.static PullRequest.LifecycleState
PullRequest.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PullRequest.LifecycleState[]
PullRequest.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 PullRequest.LifecycleState Modifier and Type Method Description PullRequest.Builder
PullRequest.Builder. lifecycleState(PullRequest.LifecycleState lifecycleState)
The current state of the PullRequest.PullRequestSummary.Builder
PullRequestSummary.Builder. lifecycleState(PullRequest.LifecycleState lifecycleState)
The current state of the Pull Request.Constructors in com.oracle.bmc.devops.model with parameters of type PullRequest.LifecycleState Constructor Description PullRequest(String id, String displayName, String description, String compartmentId, String repositoryId, String sourceBranch, String destinationBranch, String sourceCommitIdAtTermination, String mergeBaseCommitIdAtTermination, Date timeCreated, Date timeUpdated, PullRequest.LifecycleState lifecycleState, PullRequest.LifecycleDetails lifecycleDetails, List<Reviewer> reviewers, MergeCheckCollection mergeChecks, PrincipalDetails createdBy, PrincipalDetails mergedBy, String sourceRepositoryId, Integer totalComments, Integer totalReviewers, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PullRequestSummary(String id, String displayName, String compartmentId, String description, String repositoryId, String sourceRepositoryId, String sourceBranch, String destinationBranch, String sourceCommitIdAtTermination, String mergeBaseCommitIdAtTermination, Date timeCreated, Date timeUpdated, PullRequest.LifecycleState lifecycleState, PullRequest.LifecycleDetails lifecycleDetails, Integer totalComments, Integer totalReviewers, PrincipalDetails createdBy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PullRequest.LifecycleState in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return PullRequest.LifecycleState Modifier and Type Method Description PullRequest.LifecycleState
ListPullRequestsRequest. getLifecycleState()
A filter to return only pull requests that match the given lifecycle state.Methods in com.oracle.bmc.devops.requests with parameters of type PullRequest.LifecycleState Modifier and Type Method Description ListPullRequestsRequest.Builder
ListPullRequestsRequest.Builder. lifecycleState(PullRequest.LifecycleState lifecycleState)
A filter to return only pull requests that match the given lifecycle state.
-