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 AgentCheckoutDirRevisionInfoAgentRunningBuildEx. getCheckoutDirRevisionInfo() -
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return AgentCheckoutDirRevisionInfo Modifier and Type Method Description AgentCheckoutDirRevisionInfoAgentRunningBuildImpl. 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 InputStreamPatchDownloader. copyPatchAndCheck(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)InputStreamPatchDownloaderImpl. copyPatchAndCheck(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)DownloadedPatchPatchDownloader. copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)DownloadedPatchPatchDownloaderImpl. copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)protected InputStreamUpdateSourcesPatcherBase. copyPatchToTempFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)protected DownloadedPatchUpdateSourcesPatcherBase. copyPatchToTempFileOnly(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)InputStreamPatchStreamProvider. getPatchesStream(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)InputStreamPatchStreamProviderImpl. getPatchesStream(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)ServerStreamProvider.StreamWithHeadersPatchStreamProvider. getPatchesStreamWithHeaders(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)ServerStreamProvider.StreamWithHeadersPatchStreamProviderImpl. 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 AgentCheckoutDirRevisionInfoAgentRevisionManager. getCurrentState(AgentRunningBuild currentBuild)Returns revision information about current build's checkout directoryAgentCheckoutDirRevisionInfoAgentRevisionManagerImpl. getCurrentState(AgentRunningBuild currentBuild) -
Uses of AgentCheckoutDirRevisionInfo in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer that return AgentCheckoutDirRevisionInfo Modifier and Type Method Description static AgentCheckoutDirRevisionInfoAgentCheckoutDirRevisionInfo. createEmptyState()static AgentCheckoutDirRevisionInfoAgentCheckoutDirRevisionInfo. 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 voidCreatePatchController. 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 voidRunningBuildEx. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState)voidRunningBuildEx. 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 AgentCheckoutDirRevisionInfoBaseServerTestCase. getAgentWorkingDirectoryState(SRunningBuild runningBuild)Methods in jetbrains.buildServer.serverSide.impl with parameters of type AgentCheckoutDirRevisionInfo Modifier and Type Method Description voidBuildStarter. buildPatch(RunningBuildEx runningBuild, OutputStream outputStream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, Long personalChangeId, AgentCheckoutDirRevisionInfo dirInfo)voidBuildTypeImpl. buildPatch(RunningBuildEx runningBuild, FullCheckoutFlag fullCheckoutFlag, LowLevelPatchBuilder builder, BuildServerEx buildServer, VcsStatusLogger vcsStatusLogger, AgentCheckoutDirRevisionInfo dirInfo)voidCompositeRunningBuild. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState)voidRunningBuildImpl. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState)voidRunningBuildWrapper. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState)voidCompositeRunningBuild. buildPersonalPatch(OutputStream stream, long personalChangeId, AgentCheckoutDirRevisionInfo workDirState)voidRunningBuildImpl. buildPersonalPatch(OutputStream stream, long personalChangeId, AgentCheckoutDirRevisionInfo workDirState)voidRunningBuildWrapper. 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 voidPatchComposer. 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)
-