Class SimpleBuildStore
java.lang.Object
org.readutf.buildstore.api.simple.SimpleBuildStore
- All Implemented Interfaces:
BuildStore
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleBuildStore(@NonNull Logger logger, @NonNull com.google.gson.Gson gson, @NonNull File buildsDirectory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.readutf.buildstore.api.BuildStore
getBuildsWithTag, getHistory, getLatestBuild, loadBuild
-
Constructor Details
-
SimpleBuildStore
public SimpleBuildStore(@NonNull Logger logger, @NonNull com.google.gson.Gson gson, @NonNull File buildsDirectory) throws IOException, com.google.gson.JsonParseException - Throws:
IOExceptioncom.google.gson.JsonParseException
-
-
Method Details
-
exists
- Specified by:
existsin interfaceBuildStore
-
getBuilds
- Specified by:
getBuildsin interfaceBuildStore
-
loadBuild
- Specified by:
loadBuildin interfaceBuildStore- Throws:
BuildException
-
saveBuild
- Specified by:
saveBuildin interfaceBuildStore- Throws:
BuildException
-
saveBuildTree
- Throws:
BuildException
-
getBuildFile
- Throws:
BuildException
-