Uses of Class
jetbrains.buildServer.vcs.FilteredVcsChange.ExcludeReason
-
Packages that use FilteredVcsChange.ExcludeReason Package Description jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of FilteredVcsChange.ExcludeReason in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return FilteredVcsChange.ExcludeReason Modifier and Type Method Description static FilteredVcsChange.ExcludeReason
FilteredVcsChange.ExcludeReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static FilteredVcsChange.ExcludeReason[]
FilteredVcsChange.ExcludeReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.vcs with parameters of type FilteredVcsChange.ExcludeReason Constructor Description FilteredVcsChange(VcsFileModification delegate, FilteredVcsChange.ExcludeReason excludeReason, String relativeFileName)
Creates new VcsChange instance. -
Uses of FilteredVcsChange.ExcludeReason in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return FilteredVcsChange.ExcludeReason Modifier and Type Method Description FilteredVcsChange.ExcludeReason
VcsModificationPatchMapLogger. getExcludeReason()
-