externalArtifactArchiver
Implements
Index
Constructors
Methods
Constructors
externalconstructor
Parameters
externalfileSystem: FileSystem
externaloptionalstage: Stage
The stage this
StageCrewMember
should be assigned to
Returns ArtifactArchiver
Methods
staticexternalstoringArtifactsAt
Instantiates an
ArtifactArchiver
storing artifacts in a givendestination
. Thedestination
directory will be created automatically and recursively if it doesn't exist.Parameters
externalrest...destination: string[]
Returns StageCrewMember
staticexternalfromJSON
Instantiates an
ArtifactArchiver
storing artifacts in a givenoutputDirectory
. TheoutputDirectory
will be created automatically and recursively if it doesn't exist.Parameters
externalconfig: { outputDirectory: string }
externaloutputDirectory: string
Returns StageCrewMember
externalassignedTo
Assigns a
Stage
to thisStageCrewMember
Parameters
externalstage: Stage
Returns StageCrewMember
externalnotifyOf
Handles
DomainEvent
objects emitted by theStageManager
.Parameters
externalevent: DomainEvent
Returns void
Stores any artifacts emitted via
ArtifactGenerated
events on the file system.Registering Artifact Archiver programmatically
Using Artifact Archiver with Playwright Test
Using Artifact Archiver with WebdriverIO
Using Artifact Archiver with Protractor