Uses of Enum Class
io.jenkins.plugins.bitbucketpushandpullrequest.action.BitBucketPPRPipelineLibrarySCMAction.Classification
Packages that use BitBucketPPRPipelineLibrarySCMAction.Classification
-
Uses of BitBucketPPRPipelineLibrarySCMAction.Classification in io.jenkins.plugins.bitbucketpushandpullrequest.action
Subclasses with type arguments of type BitBucketPPRPipelineLibrarySCMAction.Classification in io.jenkins.plugins.bitbucketpushandpullrequest.actionModifier and TypeClassDescriptionstatic enumPer-build verdict on whether a queriedGitSCMwas exclusively a Pipeline shared library in this build, also a real (non-library) checkout, or simply not seen.Methods in io.jenkins.plugins.bitbucketpushandpullrequest.action that return BitBucketPPRPipelineLibrarySCMAction.ClassificationModifier and TypeMethodDescriptionBitBucketPPRPipelineLibrarySCMAction.classify(hudson.plugins.git.GitSCM scm) Returns this build's verdict onscm:BitBucketPPRPipelineLibrarySCMAction.Classification.NON_LIBRARY_OR_MIXEDwhenscmis multi-remote (by construction not a library — preserves #378) OR any of its URIs matches a recorded non-library URI;BitBucketPPRPipelineLibrarySCMAction.Classification.ONLY_LIBRARYwhen at least one URI matches a library URI AND no URI matches a non-library URI;BitBucketPPRPipelineLibrarySCMAction.Classification.UNKNOWNwhen none of the URIs has been seen in this build.Returns the enum constant of this class with the specified name.BitBucketPPRPipelineLibrarySCMAction.Classification.values()Returns an array containing the constants of this enum class, in the order they are declared.