Package | Description |
---|---|
com.oracle.bmc.adm.model | |
com.oracle.bmc.adm.requests |
Modifier and Type | Method and Description |
---|---|
static RemediationRunStageType |
RemediationRunStageType.create(String key) |
RemediationRunStageType |
RemediationRunSummary.getCurrentStageType()
The type of the current stage of the remediation run.
|
RemediationRunStageType |
RemediationRun.getCurrentStageType()
The type of the current stage of the remediation run.
|
RemediationRunStageType |
RemediationRunStage.getNextStageType()
The next type of stage in the remediation run.
|
RemediationRunStageType |
RemediationRunStage.getPreviousStageType()
The previous type of stage in the remediation run.
|
RemediationRunStageType |
StageSummary.getType()
The type of stage.
|
RemediationRunStageType |
RemediationRunStageSummary.getType()
The type of the remediation run stage.
|
static RemediationRunStageType |
RemediationRunStageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemediationRunStageType[] |
RemediationRunStageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ApplyStage(RemediationRunStage.Status status,
Date timeCreated,
Date timeStarted,
Date timeFinished,
String summary,
String remediationRunId,
RemediationRunStageType previousStageType,
RemediationRunStageType nextStageType,
PullRequestProperties pullRequestProperties,
PipelineProperties pipelineProperties)
Deprecated.
|
DetectStage(RemediationRunStage.Status status,
Date timeCreated,
Date timeStarted,
Date timeFinished,
String summary,
String remediationRunId,
RemediationRunStageType previousStageType,
RemediationRunStageType nextStageType,
String auditId)
Deprecated.
|
RecommendStage(RemediationRunStage.Status status,
Date timeCreated,
Date timeStarted,
Date timeFinished,
String summary,
String remediationRunId,
RemediationRunStageType previousStageType,
RemediationRunStageType nextStageType,
Integer recommendedUpdatesCount,
PullRequestProperties pullRequestProperties)
Deprecated.
|
RemediationRun(String id,
String displayName,
List<StageSummary> stages,
String remediationRecipeId,
RemediationRun.RemediationRunSource remediationRunSource,
Date timeCreated,
Date timeUpdated,
Date timeStarted,
Date timeFinished,
RemediationRunStageType currentStageType,
String compartmentId,
RemediationRun.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
RemediationRunStage(RemediationRunStage.Status status,
Date timeCreated,
Date timeStarted,
Date timeFinished,
String summary,
String remediationRunId,
RemediationRunStageType previousStageType,
RemediationRunStageType nextStageType)
Deprecated.
|
RemediationRunStageSummary(RemediationRunStage.Status status,
Date timeCreated,
Date timeStarted,
Date timeFinished,
RemediationRunStageType type,
String summary,
String remediationRunId)
Deprecated.
|
RemediationRunSummary(String id,
String displayName,
String remediationRecipeId,
Date timeCreated,
Date timeUpdated,
Date timeStarted,
Date timeFinished,
RemediationRunStageType currentStageType,
String compartmentId,
RemediationRun.LifecycleState lifecycleState,
RemediationRun.RemediationRunSource remediationRunSource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
StageSummary(Date timeCreated,
Date timeStarted,
Date timeFinished,
RemediationRunStageType type,
String summary)
Deprecated.
|
VerifyStage(RemediationRunStage.Status status,
Date timeCreated,
Date timeStarted,
Date timeFinished,
String summary,
String remediationRunId,
RemediationRunStageType previousStageType,
RemediationRunStageType nextStageType,
PullRequestProperties pullRequestProperties,
PipelineProperties pipelineProperties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemediationRunStageType |
GetStageRequest.getStageType()
The type of Remediation Run Stage, as a URL path parameter.
|
RemediationRunStageType |
ListStagesRequest.getType()
A filter to return only Stages that match the specified type.
|
Modifier and Type | Method and Description |
---|---|
GetStageRequest.Builder |
GetStageRequest.Builder.stageType(RemediationRunStageType stageType)
The type of Remediation Run Stage, as a URL path parameter.
|
ListStagesRequest.Builder |
ListStagesRequest.Builder.type(RemediationRunStageType type)
A filter to return only Stages that match the specified type.
|
Copyright © 2016–2024. All rights reserved.