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.TypeVcsChangeBuilder. getType()Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type VcsChangeInfo.Type Modifier and Type Method Description VcsChangeBuilderVcsChangeBuilder. 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.TypeVcsChange. getType()VcsChangeInfo.TypeVcsChangeInfo. getType()static VcsChangeInfo.TypeVcsChangeInfo.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 VcsFileModificationSVcsFileModificationFactory. 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 VcsFileModificationVcsFileModificationFactoryImpl. 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)
-