Uses of Class
com.oracle.bmc.devops.model.PullRequestComment.ContextStatus
-
Packages that use PullRequestComment.ContextStatus Package Description com.oracle.bmc.devops.model -
-
Uses of PullRequestComment.ContextStatus in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestComment.ContextStatus Modifier and Type Method Description static PullRequestComment.ContextStatus
PullRequestComment.ContextStatus. create(String key)
PullRequestComment.ContextStatus
PullRequestComment. getContextStatus()
Shows the status of an inline comments contextPullRequestComment.ContextStatus
PullRequestCommentSummary. getContextStatus()
Shows the status of an inline comments contextstatic PullRequestComment.ContextStatus
PullRequestComment.ContextStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PullRequestComment.ContextStatus[]
PullRequestComment.ContextStatus. 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 PullRequestComment.ContextStatus Modifier and Type Method Description PullRequestComment.Builder
PullRequestComment.Builder. contextStatus(PullRequestComment.ContextStatus contextStatus)
Shows the status of an inline comments contextPullRequestCommentSummary.Builder
PullRequestCommentSummary.Builder. contextStatus(PullRequestComment.ContextStatus contextStatus)
Shows the status of an inline comments context
-