Uses of Enum Class
jenkins.scm.api.SCMFile.Type
Packages that use SCMFile.Type
-
Uses of SCMFile.Type in jenkins.scm.api
Methods in jenkins.scm.api that return SCMFile.TypeModifier and TypeMethodDescriptionfinal SCMFile.Type
SCMFile.getType()
The type of this object.SCMProbeStat.getType()
The type of entity orNONEXISTENT
if the entity does not exist.protected abstract SCMFile.Type
SCMFile.type()
The type of this object.static SCMFile.Type
Returns the enum constant of this class with the specified name.static SCMFile.Type[]
SCMFile.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jenkins.scm.api with parameters of type SCMFile.TypeModifier and TypeMethodDescriptionstatic SCMProbeStat
SCMProbeStat.fromType
(SCMFile.Type type) Creates aSCMProbeStat
from aSCMFile.Type
.protected final void
SCMFile.type
(SCMFile.Type type) Proactively seeds the type information where that has been already obtained in a different request.