Uses of Class
jetbrains.buildServer.vcs.VcsChangeInfo.Type
-
Packages that use VcsChangeInfo.Type Package Description jetbrains.buildServer.buildTriggers.vcs jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of VcsChangeInfo.Type in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return VcsChangeInfo.Type Modifier and Type Method Description VcsChangeInfo.Type
VcsChangeBuilder. getType()
Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type VcsChangeInfo.Type Modifier and Type Method Description VcsChangeBuilder
VcsChangeBuilder. type(VcsChangeInfo.Type type)
-
Uses of VcsChangeInfo.Type in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return VcsChangeInfo.Type Modifier and Type Method Description VcsChangeInfo.Type
VcsChange. getType()
VcsChangeInfo.Type
VcsChangeInfo. getType()
static VcsChangeInfo.Type
VcsChangeInfo.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static VcsChangeInfo.Type[]
VcsChangeInfo.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.vcs with parameters of type VcsChangeInfo.Type Modifier and Type Method Description VcsFileModification
SVcsFileModificationFactory. create(VcsModificationEx parentMod, VcsChangeInfo.Type type, String changeName, String fileName, String relativeFileName, String beforeNum, String afterNum)
Constructors in jetbrains.buildServer.vcs with parameters of type VcsChangeInfo.Type Constructor Description VcsChange(VcsChangeInfo.Type type, String fileName, String relativeFileName, String beforeNum, String afterNum)
Creates new VcsChange instance with default change name.VcsChange(VcsChangeInfo.Type type, String changeName, String fileName, String relativeFileName, String beforeNum, String afterNum)
Creates new VcsChange instance. -
Uses of VcsChangeInfo.Type in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsChangeInfo.Type Modifier and Type Method Description VcsFileModification
VcsFileModificationFactoryImpl. create(VcsModificationEx parentMod, VcsChangeInfo.Type type, String changeName, String fileName, String relativeFileName, String beforeNum, String afterNum)
Constructors in jetbrains.buildServer.vcs.impl with parameters of type VcsChangeInfo.Type Constructor Description ServerSideVcsFileModificationImpl(SecurityContextEx securityContext, VcsModificationEx parentMod, VcsChangeInfo.Type type, String changeName, String fileName, String relativeFileName, String beforeNum, String afterNum)
-