Generate API report

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-08-12 18:08:51 +02:00
parent d7d1f6fb9a
commit 42a24691a7
2 changed files with 6 additions and 2 deletions
+6 -1
View File
@@ -43,7 +43,7 @@ export { isJenkinsAvailable as isPluginApplicableToEntity };
// Warning: (ae-missing-release-tag) "JENKINS_ANNOTATION" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const JENKINS_ANNOTATION = 'jenkins.io/github-folder';
export const JENKINS_ANNOTATION = 'jenkins.io/job-full-name';
// Warning: (ae-missing-release-tag) "JenkinsApi" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
@@ -143,6 +143,11 @@ export const LatestRunCard: ({
variant?: InfoCardVariants | undefined;
}) => JSX.Element;
// Warning: (ae-missing-release-tag) "LEGACY_JENKINS_ANNOTATION" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const LEGACY_JENKINS_ANNOTATION = 'jenkins.io/github-folder';
// Warning: (ae-forgotten-export) The symbol "Props" needs to be exported by the entry point index.d.ts
// Warning: (ae-missing-release-tag) "Router" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
-1
View File
@@ -13,6 +13,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export const LEGACY_JENKINS_ANNOTATION = 'jenkins.io/github-folder';
export const JENKINS_ANNOTATION = 'jenkins.io/job-full-name';