Package jetbrains.buildServer.plugins
Class AgentUpdateHasher
- java.lang.Object
-
- jetbrains.buildServer.plugins.AgentUpdateHasher
-
public class AgentUpdateHasher extends Object
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 05.02.11 15:44
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AgentUpdateHasher.AgentUpdateHashCalculator
-
Constructor Summary
Constructors Constructor Description AgentUpdateHasher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Boolean
checkHash(String hash, File file)
static Boolean
checkHash(String hash, Collection<File> _files)
static String
computeHashCode(File file)
static String
computeHashCode(Collection<File> _files)
static Collection<AgentUpdateHasher.AgentUpdateHashCalculator>
getHashers()
static void
main(String[] args)
-
-
-
Method Detail
-
computeHashCode
public static String computeHashCode(@NotNull Collection<File> _files)
-
checkHash
@Nullable public static Boolean checkHash(@NotNull String hash, @NotNull Collection<File> _files)
-
getHashers
@NotNull public static Collection<AgentUpdateHasher.AgentUpdateHashCalculator> getHashers()
-
main
public static void main(String[] args)
-
-