-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extract amazon & azure cloud build cache plugins
- Loading branch information
1 parent
4019076
commit be8682b
Showing
46 changed files
with
647 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
common/reviews/api/rush-amazon-s3-build-cache-plugin.api.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## API Report File for "@rushstack/rush-amazon-s3-build-cache-plugin" | ||
|
||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
```ts | ||
|
||
import { IRushPlugin } from '@microsoft/rush-lib'; | ||
import { RushConfiguration } from '@microsoft/rush-lib'; | ||
import { RushSession } from '@microsoft/rush-lib'; | ||
|
||
// @public (undocumented) | ||
class RushAmazonS3BuildCachePlugin implements IRushPlugin { | ||
// (undocumented) | ||
apply(rushSession: RushSession, rushConfig: RushConfiguration): void; | ||
// (undocumented) | ||
pluginName: string; | ||
} | ||
export default RushAmazonS3BuildCachePlugin; | ||
|
||
// (No @packageDocumentation comment for this package) | ||
|
||
``` |
22 changes: 22 additions & 0 deletions
22
common/reviews/api/rush-azure-storage-build-cache-plugin.api.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## API Report File for "@rushstack/rush-azure-storage-build-cache-plugin" | ||
|
||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
```ts | ||
|
||
import { IRushPlugin } from '@microsoft/rush-lib'; | ||
import { RushConfiguration } from '@microsoft/rush-lib'; | ||
import { RushSession } from '@microsoft/rush-lib'; | ||
|
||
// @public (undocumented) | ||
class RushAzureStorageBuildCachePlugin implements IRushPlugin { | ||
// (undocumented) | ||
apply(rushSession: RushSession, rushConfig: RushConfiguration): void; | ||
// (undocumented) | ||
pluginName: string; | ||
} | ||
export default RushAzureStorageBuildCachePlugin; | ||
|
||
// (No @packageDocumentation comment for this package) | ||
|
||
``` |
Oops, something went wrong.