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 FullCheckoutFlag
AgentRunningBuildEx. getFullCheckoutFlag()
-
Uses of FullCheckoutFlag in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return FullCheckoutFlag Modifier and Type Method Description FullCheckoutFlag
AgentBuildSettingsEx. getFullCheckoutFlag()
FullCheckoutFlag
AgentBuildSettingsImpl. getFullCheckoutFlag()
FullCheckoutFlag
AgentRunningBuildImpl. 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 void
PatchStreamProviderImpl. appendParameters(StringBuilder uriBuf, AgentRunningBuild agentBuild, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)
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 FullCheckoutFlag in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes with parameters of type FullCheckoutFlag Modifier and Type Method Description protected void
CreatePatchController. 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 void
RunningBuildEx. 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 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)
-
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)
-