Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPullRequestRequest,GetPullRequestResponse> |
DevopsWaiters.forPullRequest(GetPullRequestRequest request,
PullRequest.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPullRequestRequest,GetPullRequestResponse> |
DevopsWaiters.forPullRequest(GetPullRequestRequest request,
PullRequest.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPullRequestRequest,GetPullRequestResponse> |
DevopsWaiters.forPullRequest(GetPullRequestRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PullRequest.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
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.LifecycleState |
ListPullRequestsRequest.getLifecycleState()
A filter to return only pull requests that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListPullRequestsRequest.Builder |
ListPullRequestsRequest.Builder.lifecycleState(PullRequest.LifecycleState lifecycleState)
A filter to return only pull requests that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.