Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Jul 17, 2020
1 parent 08afa76 commit 5bf5655
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class ManifestManager {
*
* The artifact may still remain in the cache.
*
* @param artifactId The ID of the artifact to delete..
* @param artifactIds The IDs of the artifact to delete..
* @returns {Promise<Error[]>} Any errors encountered.
*/
public async deleteArtifacts(artifactIds: string[]): Promise<Error[]> {
Expand Down Expand Up @@ -198,6 +198,13 @@ export class ManifestManager {
}
}

/**
* Builds a new manifest based on the current user exception list.
*
* @param schemaVersion The schema version of the manifest.
* @param baselineManifest A baseline manifest to use for initializing pre-existing artifacts.
* @returns {Promise<Manifest>} A new Manifest object reprenting the current exception list.
*/
public async buildNewManifest(
schemaVersion: string,
baselineManifest?: Manifest
Expand Down

0 comments on commit 5bf5655

Please sign in to comment.