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.TypeSCMFile.getType()The type of this object.SCMProbeStat.getType()The type of entity orNONEXISTENTif the entity does not exist.protected abstract SCMFile.TypeSCMFile.type()The type of this object.static SCMFile.TypeReturns 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 SCMProbeStatSCMProbeStat.fromType(SCMFile.Type type) Creates aSCMProbeStatfrom aSCMFile.Type.protected final voidSCMFile.type(SCMFile.Type type) Proactively seeds the type information where that has been already obtained in a different request.