Uses of Class
jetbrains.buildServer.serverSide.vcs.FullCheckoutFlag
-
-
Uses of FullCheckoutFlag in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return FullCheckoutFlag Modifier and Type Method Description FullCheckoutFlagAgentRunningBuildEx. getFullCheckoutFlag() -
Uses of FullCheckoutFlag in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return FullCheckoutFlag Modifier and Type Method Description FullCheckoutFlagAgentBuildSettingsEx. getFullCheckoutFlag()FullCheckoutFlagAgentBuildSettingsImpl. getFullCheckoutFlag()FullCheckoutFlagAgentRunningBuildImpl. getFullCheckoutFlag() -
Uses of FullCheckoutFlag in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch with parameters of type FullCheckoutFlag Modifier and Type Method Description protected voidPatchStreamProviderImpl. appendParameters(StringBuilder uriBuf, AgentRunningBuild agentBuild, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)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 FullCheckoutFlag in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes with parameters of type FullCheckoutFlag Modifier and Type Method Description protected voidCreatePatchController. doBuildPatch(OutputStream out, RunningBuildEx runningBuild, FullCheckoutFlag fullCheckoutFlag, boolean isPersonal, Long personalPatchId, AgentCheckoutDirRevisionInfo dirInfo) -
Uses of FullCheckoutFlag in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type FullCheckoutFlag Modifier and Type Method Description voidRunningBuildEx. buildPatch(OutputStream stream, FullCheckoutFlag fullCheckoutFlag, boolean personalChanges, AgentCheckoutDirRevisionInfo workDirState) -
Uses of FullCheckoutFlag in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type FullCheckoutFlag 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) -
Uses of FullCheckoutFlag in jetbrains.buildServer.serverSide.impl.projectSources
Constructors in jetbrains.buildServer.serverSide.impl.projectSources with parameters of type FullCheckoutFlag Constructor Description PatchComposer(RunningBuildEx runningBuild, FullCheckoutFlag externalFullCheckoutFlag, VcsStatusLogger vcsStatusLogger, VcsServiceFactory vcsManager, VcsModificationHistory vcsHistory, PatchCache patchCache, PatchKeepAlive patchKeepAlive)VersionsInfo(RunningBuildEx build, FullCheckoutFlag fullCheckoutFlag, AgentCheckoutDirRevisionInfo agentCheckoutDirRevisionInfo)
-