Class VersionsInfo
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.projectSources.VersionsInfo
-
public class VersionsInfo extends Object
- Author:
- Sergey.Anchipolevsky Date: 09.04.2009
-
-
Constructor Summary
Constructors Constructor Description VersionsInfo(RunningBuildEx build, FullCheckoutFlag fullCheckoutFlag, AgentCheckoutDirRevisionInfo agentCheckoutDirRevisionInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
agentHasNoVersionsAtAll()
Collection<SCheckedOutDir>
getCurrentCheckoutDirsOnAgent()
Collection<jetbrains.buildServer.serverSide.impl.projectSources.RootVersions>
getRootVersions()
void
resetPrevVersion(File dir)
-
-
-
Constructor Detail
-
VersionsInfo
public VersionsInfo(@NotNull RunningBuildEx build, @NotNull FullCheckoutFlag fullCheckoutFlag, @NotNull AgentCheckoutDirRevisionInfo agentCheckoutDirRevisionInfo)
-
-
Method Detail
-
getRootVersions
@NotNull public Collection<jetbrains.buildServer.serverSide.impl.projectSources.RootVersions> getRootVersions()
-
resetPrevVersion
public void resetPrevVersion(@NotNull File dir)
-
agentHasNoVersionsAtAll
public boolean agentHasNoVersionsAtAll()
-
getCurrentCheckoutDirsOnAgent
@NotNull public Collection<SCheckedOutDir> getCurrentCheckoutDirsOnAgent()
-
-