# Packages
No description provided by the author
# Structs
DefaultCleaner provides a cleaner for most STI build use-cases.
# Interfaces
Builder is the interface that provides basic methods all implementation should have.
Cleaner provides the Cleanup method for builders that need to cleanup temporary containers or directories after build execution finish.
Downloader provides methods for downloading the application source code.
IncrementalBuilder provides methods that is used for builders that implements the 'incremental' build workflow.
LayeredDockerBuilder represents a minimal Docker builder interface that is used to execute the layered Docker build with the application source.
Preparer provides the Prepare method for builders that need to prepare source code before it gets passed to the build.
ScriptsHandler provides an interface for executing the scripts.
SourceHandler is a wrapper for STI strategy Downloader and Preparer which allows to use Download and Prepare functions from the STI strategy.