Uses of Class
jetbrains.buildServer.vcs.FilteredVcsChange
-
-
Uses of FilteredVcsChange in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that return types with arguments of type FilteredVcsChange Modifier and Type Method Description static List<FilteredVcsChange>
VcsWebUtil. convertAllChangesToFiltered(SVcsModification modification)
List<FilteredVcsChange>
ModificationFilesBean. getChangesToShow()
-
Uses of FilteredVcsChange in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type FilteredVcsChange Modifier and Type Method Description List<FilteredVcsChange>
MockVcsModification. getFilteredChanges(BuildPromotion buildPromotion)
List<FilteredVcsChange>
MockVcsModification. getFilteredChanges(SBuild build)
List<FilteredVcsChange>
MockVcsModification. getFilteredChanges(SBuildType buildType)
List<FilteredVcsChange>
MockVcsModification. getFilteredChanges(CheckoutRules rules)
List<FilteredVcsChange>
MockVcsModificationWithId. getFilteredChanges(CheckoutRules rules)
-
Uses of FilteredVcsChange in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type FilteredVcsChange Modifier and Type Method Description Map<SVcsModification,List<FilteredVcsChange>>
SecuredVcsModificationHistory. getFilteredChangedFiles(List<SVcsModification> modifications, BuildPromotion buildPromotion)
List<FilteredVcsChange>
SecuredVcsModificationHistory. getFilteredChangedFiles(SVcsModification modification, BuildPromotion buildPromotion)
List<FilteredVcsChange>
SecuredVcsModificationHistory. getFilteredChangedFiles(SVcsModification modification, SBuildType buildType)
List<FilteredVcsChange>
SecuredVcsModificationHistory. getFilteredChangedFiles(SVcsModification modification, CheckoutRules rules)
List<FilteredVcsChange>
SecuredVcsModificationHistory. getFilteredChanges(SVcsModification modification, SBuildType buildType, SBuild build)
-
Uses of FilteredVcsChange in jetbrains.buildServer.serverSide.impl.query
Methods in jetbrains.buildServer.serverSide.impl.query that return types with arguments of type FilteredVcsChange Modifier and Type Method Description Map<SVcsModification,List<FilteredVcsChange>>
ModificationFilesLoader. getFilteredChangedFiles(List<SVcsModification> modifications, BuildPromotion promotion)
Returns filtered files using the checkout rules of the promotion.List<FilteredVcsChange>
ModificationFilesLoader. getFilteredChangedFiles(SVcsModification modification, BuildPromotion buildPromotion)
List<FilteredVcsChange>
ModificationFilesLoader. getFilteredChangedFiles(SVcsModification modification, SBuildType buildType)
List<FilteredVcsChange>
ModificationFilesLoader. getFilteredChangedFiles(SVcsModification modification, CheckoutRules rules)
-
Uses of FilteredVcsChange in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type FilteredVcsChange Modifier and Type Method Description List<FilteredVcsChange>
SVcsModification. getFilteredChanges(BuildPromotion buildPromotion)
Returns list of changed files filtered according to checkout rules of the specified build promotionList<FilteredVcsChange>
SVcsModification. getFilteredChanges(SBuild build)
Returns list of changed files filtered according to checkout rules of the specified buildList<FilteredVcsChange>
SVcsModification. getFilteredChanges(SBuildType buildType)
Returns list of changed files filtered according to checkout rules of the specified build configurationList<FilteredVcsChange>
VcsModificationHistory. getFilteredChanges(SVcsModification modification, SBuildType buildType, SBuild build)
Returns filtered VCS changes for given VCS modification and build configuration. -
Uses of FilteredVcsChange in jetbrains.buildServer.vcs.impl
-
Uses of FilteredVcsChange in jetbrains.buildServer.web.functions.change
Method parameters in jetbrains.buildServer.web.functions.change with type arguments of type FilteredVcsChange Modifier and Type Method Description static int
ChangeFunctions. getNumberOfIncludedFiles(List<FilteredVcsChange> filtered)
-
Uses of FilteredVcsChange in jetbrains.buildServer.web.jsp
Method parameters in jetbrains.buildServer.web.jsp with type arguments of type FilteredVcsChange Modifier and Type Method Description static String
ChangeStatisticsPrinter. printFilesStatistics(List<FilteredVcsChange> filteredFiles)
-