Interface RunningAgentsTracker
-
- All Known Subinterfaces:
RunningAgentsTrackerEx
- All Known Implementing Classes:
RunningInstanceTrackerImpl
public interface RunningAgentsTracker
- Author:
- Eugene Petrenko Created: 21.09.2009 12:50:13
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Collection<SBuildAgent>
findAgentByInstance(String profileId, String instanceId)
default Collection<SBuildAgent>
findAgentByInstance(CloudProfile profile, CloudInstance instance)
Deprecated.default Collection<Pair<CloudProfile,CloudInstance>>
findAllStartingInstances()
-
-
-
Method Detail
-
findAgentByInstance
@Deprecated @NotNull default Collection<SBuildAgent> findAgentByInstance(@NotNull CloudProfile profile, @NotNull CloudInstance instance)
Deprecated.
-
findAgentByInstance
@NotNull Collection<SBuildAgent> findAgentByInstance(@NotNull String profileId, @NotNull String instanceId)
-
findAllStartingInstances
@NotNull default Collection<Pair<CloudProfile,CloudInstance>> findAllStartingInstances()
-
-