@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-azure"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const azureModule: () => BackendFeature;
|
||||
export default azureModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -22,7 +22,7 @@ import { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-no
|
||||
import { createPublishAzureAction } from './actions';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The Azure Module for the Scaffolder Backend
|
||||
*/
|
||||
export const azureModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-bitbucket"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const bitbucketModule: () => BackendFeature;
|
||||
export default bitbucketModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -27,7 +27,7 @@ import {
|
||||
import { ScmIntegrations } from '@backstage/integration';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The Bitbucket Module for the Scaffolder Backend
|
||||
*/
|
||||
export const bitbucketModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const confluenceToMarkdownModule: () => BackendFeature;
|
||||
export default confluenceToMarkdownModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -22,7 +22,7 @@ import { createConfluenceToMarkdownAction } from './actions';
|
||||
import { ScmIntegrations } from '@backstage/integration';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The Confluence to Markdown Module for the Scaffolder Backend
|
||||
*/
|
||||
export const confluenceToMarkdownModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-cookiecutter"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const cookiecutterModule: () => BackendFeature;
|
||||
export default cookiecutterModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -22,7 +22,7 @@ import { createFetchCookiecutterAction } from './actions';
|
||||
import { ScmIntegrations } from '@backstage/integration';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The Cookiecutter Module for the Scaffolder Backend
|
||||
*/
|
||||
export const cookiecutterModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-gerrit"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const gerritModule: () => BackendFeature;
|
||||
export default gerritModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -25,7 +25,7 @@ import {
|
||||
import { ScmIntegrations } from '@backstage/integration';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The Gerrit Module for the Scaffolder Backend
|
||||
*/
|
||||
export const gerritModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-github"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const githubModule: () => BackendFeature;
|
||||
export default githubModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -36,7 +36,7 @@ import {
|
||||
} from '@backstage/integration';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The GitHub Module for the Scaffolder Backend
|
||||
*/
|
||||
export const githubModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-gitlab"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const gitlabModule: () => BackendFeature;
|
||||
export default gitlabModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -31,7 +31,7 @@ import {
|
||||
import { ScmIntegrations } from '@backstage/integration';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The GitLab Module for the Scaffolder Backend
|
||||
*/
|
||||
export const gitlabModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-rails"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const railsModule: () => BackendFeature;
|
||||
export default railsModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -22,7 +22,7 @@ import { createFetchRailsAction } from './actions';
|
||||
import { ScmIntegrations } from '@backstage/integration';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The Rails Module for the Scaffolder Backend
|
||||
*/
|
||||
export const railsModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-sentry"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const sentryModule: () => BackendFeature;
|
||||
export default sentryModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -21,7 +21,7 @@ import { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-no
|
||||
import { createSentryCreateProjectAction } from './actions/createProject';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The Sentry Module for the Scaffolder Backend
|
||||
*/
|
||||
export const sentryModule = createBackendModule({
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
## API Report File for "@backstage/plugin-scaffolder-backend-module-yeoman"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
const yeomanModule: () => BackendFeature;
|
||||
export default yeomanModule;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
@@ -3,6 +3,7 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
import { JsonObject } from '@backstage/types';
|
||||
import { TemplateAction } from '@backstage/plugin-scaffolder-node';
|
||||
|
||||
@@ -15,4 +16,8 @@ export function createRunYeomanAction(): TemplateAction<
|
||||
},
|
||||
JsonObject
|
||||
>;
|
||||
|
||||
// @public
|
||||
const yeomanModule: () => BackendFeature;
|
||||
export default yeomanModule;
|
||||
```
|
||||
|
||||
@@ -18,7 +18,7 @@ import { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-no
|
||||
import { createRunYeomanAction } from './actions';
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
* @public
|
||||
* The Yeoman Module for the Scaffolder Backend
|
||||
*/
|
||||
export const yeomanModule = createBackendModule({
|
||||
|
||||
Reference in New Issue
Block a user