Factory
Component factory
Static Method Summary
| Static Public Methods | ||
| public static |
cache(args: *): CacheComponent |
|
| public static |
coverage(args: *): CoverageComponent |
|
| public static |
create(name: string, args: *): AbstractComponent |
|
| public static |
e2e(args: *): E2EComponent |
|
| public static |
emit(args: *): EmitComponent |
|
| public static |
npm(args: *): NpmComponent |
|
| public static |
preprocess(args: *): PreprocessComponent |
|
| public static |
test(args: *): TestComponent |
|
Static Public Methods
public static cache(args: *): CacheComponent source
Params:
| Name | Type | Attribute | Description |
| args | * |
public static coverage(args: *): CoverageComponent source
Params:
| Name | Type | Attribute | Description |
| args | * |
public static create(name: string, args: *): AbstractComponent source
Params:
| Name | Type | Attribute | Description |
| name | string | ||
| args | * |
public static e2e(args: *): E2EComponent source
Params:
| Name | Type | Attribute | Description |
| args | * |
Return:
| E2EComponent |
public static emit(args: *): EmitComponent source
Params:
| Name | Type | Attribute | Description |
| args | * |
public static npm(args: *): NpmComponent source
Params:
| Name | Type | Attribute | Description |
| args | * |
public static preprocess(args: *): PreprocessComponent source
Params:
| Name | Type | Attribute | Description |
| args | * |
public static test(args: *): TestComponent source
Params:
| Name | Type | Attribute | Description |
| args | * |