Class which represents the application layer generation "stage". Implements the GeneratorStage interface to provide stage generation method.
GeneratorStage
An instance of ArtifactSaver used to save generated artifacts.
ArtifactSaver
Method responsible for the management of the application layer stage generation process.
The generation context.
A promise that resolves to a LayerArtifact instance which contains data about the main generated artifact of this layer.
LayerArtifact
Will throw an error if the application layer could not be generated.
Class which represents the application layer generation "stage". Implements the
GeneratorStage
interface to provide stage generation method.