mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 16:57:51 +08:00
68 lines
2.2 KiB
Markdown
68 lines
2.2 KiB
Markdown
## API Report File for "@angular-devkit/schematics_tasks"
|
|
|
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
|
|
```ts
|
|
|
|
// @public (undocumented)
|
|
export class NodePackageInstallTask implements TaskConfigurationGenerator<NodePackageTaskOptions> {
|
|
constructor(workingDirectory?: string);
|
|
constructor(options: NodePackageInstallTaskOptions);
|
|
// (undocumented)
|
|
allowScripts: boolean;
|
|
// (undocumented)
|
|
hideOutput: boolean;
|
|
// (undocumented)
|
|
packageManager?: string;
|
|
// (undocumented)
|
|
packageName?: string;
|
|
// (undocumented)
|
|
quiet: boolean;
|
|
// (undocumented)
|
|
toConfiguration(): TaskConfiguration<NodePackageTaskOptions>;
|
|
// (undocumented)
|
|
workingDirectory?: string;
|
|
}
|
|
|
|
// @public (undocumented)
|
|
export class NodePackageLinkTask implements TaskConfigurationGenerator<NodePackageTaskOptions> {
|
|
constructor(packageName?: string | undefined, workingDirectory?: string | undefined);
|
|
// (undocumented)
|
|
packageName?: string | undefined;
|
|
// (undocumented)
|
|
quiet: boolean;
|
|
// (undocumented)
|
|
toConfiguration(): TaskConfiguration<NodePackageTaskOptions>;
|
|
// (undocumented)
|
|
workingDirectory?: string | undefined;
|
|
}
|
|
|
|
// @public (undocumented)
|
|
export class RepositoryInitializerTask implements TaskConfigurationGenerator<RepositoryInitializerTaskOptions> {
|
|
constructor(workingDirectory?: string | undefined, commitOptions?: CommitOptions | undefined);
|
|
// (undocumented)
|
|
commitOptions?: CommitOptions | undefined;
|
|
// (undocumented)
|
|
toConfiguration(): TaskConfiguration<RepositoryInitializerTaskOptions>;
|
|
// (undocumented)
|
|
workingDirectory?: string | undefined;
|
|
}
|
|
|
|
// @public (undocumented)
|
|
export class RunSchematicTask<T> implements TaskConfigurationGenerator<RunSchematicTaskOptions<T>> {
|
|
constructor(s: string, o: T);
|
|
constructor(c: string, s: string, o: T);
|
|
// (undocumented)
|
|
protected _collection: string | null;
|
|
// (undocumented)
|
|
protected _options: T;
|
|
// (undocumented)
|
|
protected _schematic: string;
|
|
// (undocumented)
|
|
toConfiguration(): TaskConfiguration<RunSchematicTaskOptions<T>>;
|
|
}
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
```
|