Uses of Interface
jetbrains.buildServer.vcs.VcsChangeInfo
-
-
Uses of VcsChangeInfo in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return types with arguments of type VcsChangeInfo Modifier and Type Method Description List<VcsChangeInfo>
AgentBuildSettings. getPersonalVcsChanges()
Returns list of changed files modified in personal changelist (if build is non personal returns empty list)List<VcsChangeInfo>
AgentBuildSettings. getVcsChanges()
Returns list of changed files in this build (excluding files modified in personal changelist if build is personal) -
Uses of VcsChangeInfo in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return types with arguments of type VcsChangeInfo Modifier and Type Method Description List<VcsChangeInfo>
AgentBuildSettingsImpl. getPersonalVcsChanges()
List<VcsChangeInfo>
AgentBuildSettingsProxy. getPersonalVcsChanges()
List<VcsChangeInfo>
AgentBuildSettingsImpl. getVcsChanges()
List<VcsChangeInfo>
AgentBuildSettingsProxy. getVcsChanges()
-
Uses of VcsChangeInfo in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer that return types with arguments of type VcsChangeInfo Modifier and Type Method Description List<VcsChangeInfo>
AgentBuild. getPersonalVcsChanges()
Returns list of VCS changed files affected by personal modification.List<VcsChangeInfo>
AgentBuild. getVcsChanges()
Returns list of VCS changed files affected by non personal modifications.Method parameters in jetbrains.buildServer.agentServer with type arguments of type VcsChangeInfo Modifier and Type Method Description void
AgentBuild. setPersonalVcsChanges(List<VcsChangeInfo> vcsChanges)
void
AgentBuild. setVcsChanges(List<VcsChangeInfo> vcsChanges)
-
Uses of VcsChangeInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type VcsChangeInfo Modifier and Type Method Description byte[]
PersonalBuildManager. applyAndGetContent(byte[] originData, VcsModification modification, VcsChangeInfo change)
Returns applied patch from specified file on specified original data.byte[]
PersonalBuildManager. getContent(VcsModification modification, VcsChangeInfo change)
Returns sent content of the specified file. -
Uses of VcsChangeInfo in jetbrains.buildServer.serverSide.impl
Classes in jetbrains.buildServer.serverSide.impl that implement VcsChangeInfo Modifier and Type Class Description class
MockVcsFileModification
Methods in jetbrains.buildServer.serverSide.impl that return VcsChangeInfo Modifier and Type Method Description static VcsChangeInfo
VcsModificationUtil. findChangeByPath(List<? extends VcsChangeInfo> changes, String filePath)
static VcsChangeInfo
VcsModificationUtil. getRawChangeInfo(VcsModification modification, VcsChangeInfo filteredVcsChange)
Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsChangeInfo Modifier and Type Method Description byte[]
MockVcsSupport. getContent(VcsModification parentModification, VcsChangeInfo change, VcsChangeInfo.ContentType contentType, VcsRoot vcsRoot)
byte[]
MockVcsModification. getContentAfter(VcsChangeInfo change)
byte[]
MockVcsModificationWithId. getContentAfter(VcsChangeInfo change)
byte[]
MockVcsModification. getContentBefore(VcsChangeInfo change)
byte[]
MockVcsModificationWithId. getContentBefore(VcsChangeInfo change)
static VcsChangeInfo
VcsModificationUtil. getRawChangeInfo(VcsModification modification, VcsChangeInfo filteredVcsChange)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type VcsChangeInfo Modifier and Type Method Description static VcsChangeInfo
VcsModificationUtil. findChangeByPath(List<? extends VcsChangeInfo> changes, String filePath)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type VcsChangeInfo Constructor Description MockVcsFileModification(VcsChangeInfo source)
-
Uses of VcsChangeInfo in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsChangeInfo Modifier and Type Method Description byte[]
SecuredPersonalBuildManager. applyAndGetContent(byte[] originData, VcsModification modification, VcsChangeInfo change)
byte[]
SecuredPersonalBuildManager. getContent(VcsModification modification, VcsChangeInfo change)
byte[]
SecuredVcsManager. getContentAfter(VcsModification parentModification, VcsChangeInfo change)
byte[]
SecuredVcsManager. getContentBefore(VcsModification parentModification, VcsChangeInfo change)
-
Uses of VcsChangeInfo in jetbrains.buildServer.serverSide.impl.personal
Methods in jetbrains.buildServer.serverSide.impl.personal with parameters of type VcsChangeInfo Modifier and Type Method Description byte[]
PersonalBuildManagerImpl. applyAndGetContent(byte[] originData, VcsModification modification, VcsChangeInfo change)
Returns applied patch from specified file on specified original data.byte[]
PersonalBuildManagerImpl. getContent(VcsModification modification, VcsChangeInfo change)
-
Uses of VcsChangeInfo in jetbrains.buildServer.serverSide.versioning.converters
Methods in jetbrains.buildServer.serverSide.versioning.converters with parameters of type VcsChangeInfo Modifier and Type Method Description static void
AddPersonalVcsChangeTableConverter. writeTo(VcsChangeInfo change, DataOutput output)
-
Uses of VcsChangeInfo in jetbrains.buildServer.vcs
Subinterfaces of VcsChangeInfo in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
VcsFileModification
The behavioral representation of VcsChangeInfoClasses in jetbrains.buildServer.vcs that implement VcsChangeInfo Modifier and Type Class Description class
FilteredVcsChange
Represents changed file and its status in change: whether it included or excluded by checkout rules.class
VcsChange
Presents change of one file on the modificationMethods in jetbrains.buildServer.vcs with parameters of type VcsChangeInfo Modifier and Type Method Description VcsFileModification
SVcsFileModificationFactory. create(VcsChangeInfo source, VcsModificationEx parentMod)
byte[]
VcsFileContentProvider. getContent(VcsModification vcsModification, VcsChangeInfo change, VcsChangeInfo.ContentType contentType, VcsRoot vcsRoot)
Get binary content of the single file in modification set.byte[]
VcsContentManagerEx. getContentAfter(VcsModification parentModification, VcsChangeInfo change)
byte[]
VcsContentManagerEx. getContentBefore(VcsModification parentModification, VcsChangeInfo change)
Method parameters in jetbrains.buildServer.vcs with type arguments of type VcsChangeInfo Modifier and Type Method Description static List<VcsChange>
VcsChange. createList(Collection<? extends VcsChangeInfo> source)
Converts list of change info to the corresponding changesstatic List<VcsFileModification>
VcsFileModificationUtil. createList(List<? extends VcsChangeInfo> source, VcsModificationEx parentMod, SVcsFileModificationFactory factory)
Creates a list of VcsFileModification from a list of VcsChangeInfoConstructors in jetbrains.buildServer.vcs with parameters of type VcsChangeInfo Constructor Description VcsChange(VcsChangeInfo source)
-
Uses of VcsChangeInfo in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsChangeInfo Modifier and Type Class Description class
ServerSideVcsFileModificationImpl
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsChangeInfo Modifier and Type Method Description int
VcsChangeByRelativeNameComparator. compare(VcsChangeInfo c1, VcsChangeInfo c2)
VcsFileModification
VcsFileModificationFactoryImpl. create(VcsChangeInfo source, VcsModificationEx parentMod)
byte[]
AbstractVcsModification. getContentAfter(VcsChangeInfo change)
byte[]
PersonalVcsModificationImpl. getContentAfter(VcsChangeInfo change)
byte[]
VcsContentManagerImpl. getContentAfter(VcsModification parentModification, VcsChangeInfo change)
byte[]
VcsManagerImpl. getContentAfter(VcsModification parentModification, VcsChangeInfo change)
byte[]
VcsModificationEx. getContentAfter(VcsChangeInfo change)
byte[]
AbstractVcsModification. getContentBefore(VcsChangeInfo change)
byte[]
PersonalVcsModificationImpl. getContentBefore(VcsChangeInfo change)
byte[]
VcsContentManagerImpl. getContentBefore(VcsModification parentModification, VcsChangeInfo change)
byte[]
VcsManagerImpl. getContentBefore(VcsModification parentModification, VcsChangeInfo change)
byte[]
VcsModificationEx. getContentBefore(VcsChangeInfo change)
Method parameters in jetbrains.buildServer.vcs.impl with type arguments of type VcsChangeInfo Modifier and Type Method Description void
VcsChangesStorage. storeChanges(DBFunctions dbf, ModificationKind kind, long modificationId, Collection<? extends VcsChangeInfo> changes)
void
VcsChangesStorage. storeChanges(ModificationKind kind, long modificationId, Collection<? extends VcsChangeInfo> changes)
Constructors in jetbrains.buildServer.vcs.impl with parameters of type VcsChangeInfo Constructor Description ServerSideVcsFileModificationImpl(SecurityContextEx securityContext, VcsModificationEx parentMod, VcsChangeInfo source)
-
Uses of VcsChangeInfo in jetbrains.buildServer.web.openapi
Methods in jetbrains.buildServer.web.openapi that return VcsChangeInfo Modifier and Type Method Description VcsChangeInfo
ChangeDetailsExtension. findChangedFile(javax.servlet.http.HttpServletRequest request)
protected VcsChangeInfo
ChangeDetailsExtension. getChangedFile(javax.servlet.http.HttpServletRequest request)
Searches for a changed VCS file in the specified request. -
Uses of VcsChangeInfo in jetbrains.vcs.api.services
Methods in jetbrains.vcs.api.services with parameters of type VcsChangeInfo Modifier and Type Method Description void
FileContentService. getContent(String version, VcsChangeInfo change, VcsChangeInfo.ContentType direction, OutputStream targetStream)
Get binary content of the single file in modification set.
-