Package cz.xtf.core.bm
Class MutableBinarySourceBuild
- java.lang.Object
-
- cz.xtf.core.bm.BinaryBuild
-
- cz.xtf.core.bm.BinaryBuildFromSources
-
- cz.xtf.core.bm.BinarySourceBuild
-
- cz.xtf.core.bm.MutableBinarySourceBuild
-
- All Implemented Interfaces:
ManagedBuild
public class MutableBinarySourceBuild extends BinarySourceBuild
Mutable version ofBinarySourceBuild. The hash of the app itself is recomputed every time it is needed so the build is rebuilded if hash differs from previous one.
-
-
Field Summary
-
Fields inherited from class cz.xtf.core.bm.BinaryBuild
bc, contentHash, is
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisCached()-
Methods inherited from class cz.xtf.core.bm.BinarySourceBuild
configureBuildStrategy, getEnv, getImage
-
Methods inherited from class cz.xtf.core.bm.BinaryBuildFromSources
build, getContentHash, toOctalFileMode
-
Methods inherited from class cz.xtf.core.bm.BinaryBuild
delete, hasCompleted, isPresent, needsUpdate, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cz.xtf.core.bm.ManagedBuild
getId
-
-