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
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:NON_LIBRARY_OR_MIXEDwhenscmis multi-remote (by construction not a library — preserves #378) OR any of its URIs matches a recorded non-library URI;ONLY_LIBRARYwhen at least one URI matches a library URI AND no URI matches a non-library URI;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.