Class FetchedToolsStateImpl
- java.lang.Object
-
- jetbrains.buildServer.agent.tools.FetchedToolsStateImpl
-
- All Implemented Interfaces:
FetchedToolsState
public class FetchedToolsStateImpl extends Object implements FetchedToolsState
Created by Evgeniy.Koshkin.
-
-
Constructor Summary
Constructors Constructor Description FetchedToolsStateImpl(AgentToolPaths toolPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
differFrom(ServerToolInfo toolInfo)
-
-
-
Constructor Detail
-
FetchedToolsStateImpl
public FetchedToolsStateImpl(@NotNull AgentToolPaths toolPaths)
-
-
Method Detail
-
differFrom
public boolean differFrom(@NotNull ServerToolInfo toolInfo)
- Specified by:
differFrom
in interfaceFetchedToolsState
-
-