Uses of Class
jetbrains.buildServer.vcs.VcsChange
-
-
Uses of VcsChange in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return VcsChange Modifier and Type Method Description VcsChange
VcsChangeBuilder. build()
Method parameters in jetbrains.buildServer.buildTriggers.vcs with type arguments of type VcsChange Modifier and Type Method Description ModificationDataTransformer
ModificationDataTransformer. setChangedFiles(List<VcsChange> newChangedFiles)
-
Uses of VcsChange in jetbrains.buildServer.serverSide.impl
Subclasses of VcsChange in jetbrains.buildServer.serverSide.impl Modifier and Type Class Description class
MockVcsFileModification
Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsChange Modifier and Type Method Description void
MockVcsModification. addChange(VcsChange vcsChange)
-
Uses of VcsChange in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type VcsChange Modifier and Type Method Description List<VcsChange>
SecuredVcsModificationHistory. getRawChangedFiles(SVcsModification modification)
-
Uses of VcsChange in jetbrains.buildServer.serverSide.impl.personal
Methods in jetbrains.buildServer.serverSide.impl.personal that return types with arguments of type VcsChange Modifier and Type Method Description static ArrayList<VcsChange>
FileBasedPersonalBuildsUtil. readFileChanges(File changesFile)
-
Uses of VcsChange in jetbrains.buildServer.serverSide.impl.query
Methods in jetbrains.buildServer.serverSide.impl.query that return types with arguments of type VcsChange Modifier and Type Method Description List<VcsChange>
ModificationFilesLoader. getRawChangedFiles(SVcsModification modification)
Loads raw file changes for the given modification id, without applying mapping or filtering -
Uses of VcsChange in jetbrains.buildServer.serverSide.userChanges
Methods in jetbrains.buildServer.serverSide.userChanges that return types with arguments of type VcsChange Modifier and Type Method Description List<VcsChange>
ChangedFilesLoader. getChangedFiles()
List<VcsChange>
PersonalChangeInfo. getChanges()
-
Uses of VcsChange in jetbrains.buildServer.serverSide.versioning.converters
Methods in jetbrains.buildServer.serverSide.versioning.converters that return VcsChange Modifier and Type Method Description static VcsChange
VcsChangeConverter. readFrom(DataInput input)
Methods in jetbrains.buildServer.serverSide.versioning.converters that return types with arguments of type VcsChange Modifier and Type Method Description static List<VcsChange>
VcsChangeConverter. loadChangesFrom(byte[] bytes)
Method parameters in jetbrains.buildServer.serverSide.versioning.converters with type arguments of type VcsChange Modifier and Type Method Description static byte[]
AddPersonalVcsChangeTableConverter. convertToBytes(List<VcsChange> fileChanges)
-
Uses of VcsChange in jetbrains.buildServer.vcs
Subclasses of VcsChange in jetbrains.buildServer.vcs Modifier and Type Class Description class
FilteredVcsChange
Represents changed file and its status in change: whether it included or excluded by checkout rules.Methods in jetbrains.buildServer.vcs that return VcsChange Modifier and Type Method Description static VcsChange
VcsChange. forTest()
Methods in jetbrains.buildServer.vcs that return types with arguments of type VcsChange Modifier and Type Method Description static List<VcsChange>
VcsChange. createList(Collection<? extends VcsChangeInfo> source)
Converts list of change info to the corresponding changesList<VcsChange>
BaseModificationData. getChanges()
List<VcsChange>
VcsModificationsStorage. loadChangedFiles(long modificationId)
Map<Long,List<VcsChange>>
VcsModificationsStorage. loadChangedFiles(Set<Long> modificationIds)
Method parameters in jetbrains.buildServer.vcs with type arguments of type VcsChange Modifier and Type Method Description static ModificationData
ModificationDataForTest. forTests(String description, String user, VcsRoot vcsRoot, String version, Date date, List<VcsChange> changes)
static ModificationData
ModificationData. substituteFiles(ModificationData originalData, List<VcsChange> changedFiles)
Creates a copy of modification data with changed files substituted.static <TRoot extends VcsRoot>
TModificationData<TRoot>TModificationData. substituteFiles(TModificationData<TRoot> originalData, List<VcsChange> changedFiles)
Creates a copy of modification data with changed files substituted.Constructor parameters in jetbrains.buildServer.vcs with type arguments of type VcsChange Constructor Description BaseModificationData(String user, String description, Date vcsDate, List<VcsChange> changes, String version, String displayVersion, int changesCount)
ModificationData(Date changeDate, List<VcsChange> changes, String description, String user, VcsRoot vcsRoot, String version, String displayVersion)
This constructor has to be used in production code to create ModificationData instanceTModificationData(Date changeDate, List<VcsChange> changes, String description, String user, TRoot vcsRoot, String version, String displayVersion)
This constructor has to be used in production code to create ModificationData instanceTModificationData(Date changeDate, List<VcsChange> changes, String description, String user, TRoot vcsRoot, String version, String displayVersion, int changesCount)
VcsModificationData(long id, String user, String description, Date vcsDate, List<VcsChange> changes, String version, String displayVersion, boolean isPersonal, int changesCount, String versionControlName)
-
Uses of VcsChange in jetbrains.buildServer.vcs.impl
Subclasses of VcsChange in jetbrains.buildServer.vcs.impl Modifier and Type Class Description class
ServerSideVcsFileModificationImpl
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsChange Modifier and Type Method Description List<VcsChange>
ModificationFilesLoaderImpl. getRawChangedFiles(SVcsModification modification)
List<VcsChange>
VcsModificationsStorageImpl. loadChangedFiles(long modificationId)
Map<Long,List<VcsChange>>
VcsModificationsStorageImpl. loadChangedFiles(Set<Long> modificationIds)
List<VcsChange>
VcsChangesStorage. retrieveChanges(ModificationKind kind, long modificationId)
Map<Long,List<VcsChange>>
VcsChangesStorage. retrieveChanges(ModificationKind kind, Set<Long> modificationIds)
-
Uses of VcsChange in jetbrains.vcs.api
Methods in jetbrains.vcs.api that return types with arguments of type VcsChange Modifier and Type Method Description List<VcsChange>
ChangeData. getChanges()
-