Class VcsRootEntriesSorter
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.patch.VcsRootEntriesSorter
-
public class VcsRootEntriesSorter extends Object
Method object - sorts VcsRootEntries in the order in which they should be checked out on the agent- Since:
- 2023.5
-
-
Constructor Summary
Constructors Constructor Description VcsRootEntriesSorter(AgentRunningBuild build)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VcsRootEntry>
getSortedEntries()
-
-
-
Constructor Detail
-
VcsRootEntriesSorter
public VcsRootEntriesSorter(AgentRunningBuild build)
-
-
Method Detail
-
getSortedEntries
public List<VcsRootEntry> getSortedEntries()
-
-