Uses of Class
com.oracle.bmc.devops.model.PullRequest.LifecycleDetails
-
Packages that use PullRequest.LifecycleDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of PullRequest.LifecycleDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequest.LifecycleDetails Modifier and Type Method Description static PullRequest.LifecycleDetails
PullRequest.LifecycleDetails. create(String key)
PullRequest.LifecycleDetails
PullRequest. getLifecycleDetails()
The status of the Pull Request.PullRequest.LifecycleDetails
PullRequestSummary. getLifecycleDetails()
The status of the Pull Request.static PullRequest.LifecycleDetails
PullRequest.LifecycleDetails. valueOf(String name)
Returns the enum constant of this type with the specified name.static PullRequest.LifecycleDetails[]
PullRequest.LifecycleDetails. 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.LifecycleDetails Modifier and Type Method Description PullRequest.Builder
PullRequest.Builder. lifecycleDetails(PullRequest.LifecycleDetails lifecycleDetails)
The status of the Pull Request.PullRequestSummary.Builder
PullRequestSummary.Builder. lifecycleDetails(PullRequest.LifecycleDetails lifecycleDetails)
The status of the Pull Request.Constructors in com.oracle.bmc.devops.model with parameters of type PullRequest.LifecycleDetails 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.LifecycleDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return PullRequest.LifecycleDetails Modifier and Type Method Description PullRequest.LifecycleDetails
ListPullRequestsRequest. getLifecycleDetails()
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.LifecycleDetails Modifier and Type Method Description ListPullRequestsRequest.Builder
ListPullRequestsRequest.Builder. lifecycleDetails(PullRequest.LifecycleDetails lifecycleDetails)
A filter to return only pull requests that match the given lifecycle state.
-