Package | Description |
---|---|
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
PullRequest.LifecycleDetails |
ListPullRequestsRequest.getLifecycleDetails()
A filter to return only pull requests that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListPullRequestsRequest.Builder |
ListPullRequestsRequest.Builder.lifecycleDetails(PullRequest.LifecycleDetails lifecycleDetails)
A filter to return only pull requests that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.