Package jetbrains.buildServer.plugins
Class AgentUpdateHasher.AgentUpdateHashCalculator
- java.lang.Object
-
- jetbrains.buildServer.plugins.AgentUpdateHasher.AgentUpdateHashCalculator
-
- Enclosing class:
- AgentUpdateHasher
public abstract static class AgentUpdateHasher.AgentUpdateHashCalculator extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentUpdateHashCalculator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
compute(Collection<File> _files)
protected abstract String
doCompute(Collection<File> file)
abstract String
getName()
-
-
-
Method Detail
-
getName
@NotNull public abstract String getName()
-
compute
@Nullable public final String compute(@NotNull Collection<File> _files)
-
doCompute
@Nullable protected abstract String doCompute(@NotNull Collection<File> file)
-
-