Uses of Class
jetbrains.buildServer.agentServer.AgentCheckoutDirRevisionInfo
-
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return AgentCheckoutDirRevisionInfo Modifier and Type Method Description AgentCheckoutDirRevisionInfo
AgentRunningBuildEx. getCheckoutDirRevisionInfo()
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return AgentCheckoutDirRevisionInfo Modifier and Type Method Description AgentCheckoutDirRevisionInfo
AgentRunningBuildImpl. getCheckoutDirRevisionInfo()
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch with parameters of type AgentCheckoutDirRevisionInfo Modifier and Type Method Description InputStream
PatchDownloader. copyPatchAndCheck(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
InputStream
PatchDownloaderImpl. copyPatchAndCheck(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
DownloadedPatch
PatchDownloader. copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
DownloadedPatch
PatchDownloaderImpl. copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
protected InputStream
UpdateSourcesPatcherBase. copyPatchToTempFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
protected DownloadedPatch
UpdateSourcesPatcherBase. copyPatchToTempFileOnly(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
InputStream
PatchStreamProvider. getPatchesStream(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)
InputStream
PatchStreamProviderImpl. getPatchesStream(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)
ServerStreamProvider.StreamWithHeaders
PatchStreamProvider. getPatchesStreamWithHeaders(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)
ServerStreamProvider.StreamWithHeaders
PatchStreamProviderImpl. getPatchesStreamWithHeaders(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.agent.impl.vcs
Methods in jetbrains.buildServer.agent.impl.vcs that return AgentCheckoutDirRevisionInfo Modifier and Type Method Description AgentCheckoutDirRevisionInfo
AgentRevisionManager. getCurrentState(AgentRunningBuild currentBuild)
Returns revision information about current build's checkout directoryAgentCheckoutDirRevisionInfo
AgentRevisionManagerImpl. getCurrentState(AgentRunningBuild currentBuild)
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer that return AgentCheckoutDirRevisionInfo Modifier and Type Method Description static AgentCheckoutDirRevisionInfo
AgentCheckoutDirRevisionInfo. createEmptyState()
static AgentCheckoutDirRevisionInfo
AgentCheckoutDirRevisionInfo. parseXml(Reader reader)
Constructors in jetbrains.buildServer.agentServer with parameters of type AgentCheckoutDirRevisionInfo Constructor Description AgentCheckoutDirRevisionInfo(AgentCheckoutDirRevisionInfo oldInfo, String vcsSettingsHash, String buildTypeId, long buildId, boolean fullCheckout)
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes with parameters of type AgentCheckoutDirRevisionInfo Modifier and Type Method Description protected void
CreatePatchController. doBuildPatch(OutputStream out, RunningBuildEx runningBuild, FullCheckoutFlag fullCheckoutFlag, boolean isPersonal, Long personalPatchId, AgentCheckoutDirRevisionInfo dirInfo)
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type AgentCheckoutDirRevisionInfo Modifier and Type Method Description void
RunningBuildEx. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState)
void
RunningBuildEx. buildPersonalPatch(OutputStream stream, long personalChangeId, AgentCheckoutDirRevisionInfo workDirState)
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return AgentCheckoutDirRevisionInfo Modifier and Type Method Description protected AgentCheckoutDirRevisionInfo
BaseServerTestCase. getAgentWorkingDirectoryState(SRunningBuild runningBuild)
Methods in jetbrains.buildServer.serverSide.impl with parameters of type AgentCheckoutDirRevisionInfo Modifier and Type Method Description void
BuildStarter. buildPatch(RunningBuildEx runningBuild, OutputStream outputStream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, Long personalChangeId, AgentCheckoutDirRevisionInfo dirInfo)
void
BuildTypeImpl. buildPatch(RunningBuildEx runningBuild, FullCheckoutFlag fullCheckoutFlag, LowLevelPatchBuilder builder, BuildServerEx buildServer, VcsStatusLogger vcsStatusLogger, AgentCheckoutDirRevisionInfo dirInfo)
void
CompositeRunningBuild. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState)
void
RunningBuildImpl. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState)
void
RunningBuildWrapper. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState)
void
CompositeRunningBuild. buildPersonalPatch(OutputStream stream, long personalChangeId, AgentCheckoutDirRevisionInfo workDirState)
void
RunningBuildImpl. buildPersonalPatch(OutputStream stream, long personalChangeId, AgentCheckoutDirRevisionInfo workDirState)
void
RunningBuildWrapper. buildPersonalPatch(OutputStream stream, long personalChangeId, AgentCheckoutDirRevisionInfo workDirState)
-
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.serverSide.impl.projectSources
Methods in jetbrains.buildServer.serverSide.impl.projectSources with parameters of type AgentCheckoutDirRevisionInfo Modifier and Type Method Description void
PatchComposer. buildPatch(LowLevelPatchBuilder builder, AgentCheckoutDirRevisionInfo dirInfo)
Constructors in jetbrains.buildServer.serverSide.impl.projectSources with parameters of type AgentCheckoutDirRevisionInfo Constructor Description VersionsInfo(RunningBuildEx build, FullCheckoutFlag fullCheckoutFlag, AgentCheckoutDirRevisionInfo agentCheckoutDirRevisionInfo)
-