Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external class ZipUploadStream : <ERROR CLASS> ERROR CLASS: Symbol not found for node.stream.Transform
Functions
Link copied to clipboard
suspend external fun createZipUploadStream(uploadSpecification: ERROR CLASS: Symbol not found for ReadonlyArray<actions/artifact/UploadZipSpecification>, compressionLevel: Number = definedExternally): ZipUploadStream
Link copied to clipboard
external fun createZipUploadStreamAsync(uploadSpecification: ERROR CLASS: Symbol not found for ReadonlyArray<actions/artifact/UploadZipSpecification>, compressionLevel: Number = definedExternally): ERROR CLASS: Symbol not found for Promise<actions/artifact/ZipUploadStream>
Link copied to clipboard
Link copied to clipboard
external fun deleteArtifactInternalAsync(artifactName: Any?): ERROR CLASS: Symbol not found for Promise<actions/artifact/DeleteArtifactResponse>
Link copied to clipboard
suspend external fun deleteArtifactPublic(artifactName: String, workflowRunId: Number, repositoryOwner: String, repositoryName: String, token: String): DeleteArtifactResponse
Link copied to clipboard
Link copied to clipboard
suspend external fun downloadArtifactInternal(artifactId: Number, options: DownloadArtifactOptions = definedExternally): DownloadArtifactResponse
Link copied to clipboard
external fun downloadArtifactInternalAsync(artifactId: Number, options: DownloadArtifactOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<actions/artifact/DownloadArtifactResponse>
Link copied to clipboard
suspend external fun downloadArtifactPublic(artifactId: Number, repositoryOwner: String, repositoryName: String, token: String, options: DownloadArtifactOptions = definedExternally): DownloadArtifactResponse
Link copied to clipboard
external fun downloadArtifactPublicAsync(artifactId: Number, repositoryOwner: String, repositoryName: String, token: String, options: DownloadArtifactOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<actions/artifact/DownloadArtifactResponse>
Link copied to clipboard
Link copied to clipboard
external fun getArtifactInternalAsync(artifactName: String): ERROR CLASS: Symbol not found for Promise<actions/artifact/GetArtifactResponse>
Link copied to clipboard
suspend external fun getArtifactPublic(artifactName: String, workflowRunId: Number, repositoryOwner: String, repositoryName: String, token: String): GetArtifactResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external fun getExpiration(retentionDays: Number = definedExternally): ERROR CLASS: Symbol not found for ReadonlyRecord<kotlin/String, kotlin/Any>??
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external fun getRetryOptions(defaultOptions: ERROR CLASS: Symbol not found for ReadonlyRecord<kotlin/String, kotlin/Any>, retries: Number = definedExternally, exemptStatusCodes: ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/Number> = definedExternally): ERROR CLASS: Symbol not found for Tuple2<actions/artifact/RetryOptions, ERROR CLASS: Symbol not found for ReadonlyRecord<kotlin/String, kotlin/Any>?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external fun getUploadZipSpecification(filesToZip: ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>, rootDirectory: String): ERROR CLASS: Symbol not found for ReadonlyArray<actions/artifact/UploadZipSpecification>
Link copied to clipboard
Link copied to clipboard
suspend external fun listArtifactsInternal(latest: Boolean = definedExternally): ListArtifactsResponse
Link copied to clipboard
external fun listArtifactsInternalAsync(latest: Boolean = definedExternally): ERROR CLASS: Symbol not found for Promise<actions/artifact/ListArtifactsResponse>
Link copied to clipboard
suspend external fun listArtifactsPublic(workflowRunId: Number, repositoryOwner: String, repositoryName: String, token: String, latest: Boolean = definedExternally): ListArtifactsResponse
Link copied to clipboard
Link copied to clipboard
external fun maskSecretUrls(body: ERROR CLASS: Symbol not found for ReadonlyRecord<kotlin/String, kotlin/Any?>??)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external fun streamExtractExternalAsync(url: String, directory: String): ERROR CLASS: Symbol not found for Promise<actions/artifact/StreamExtractResponse>
Link copied to clipboard
suspend external fun uploadArtifact(name: String, files: ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>, rootDirectory: String, options: UploadArtifactOptions? = definedExternally): UploadArtifactResponse
Link copied to clipboard
external fun uploadArtifactAsync(name: String, files: ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>, rootDirectory: String, options: UploadArtifactOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<actions/artifact/UploadArtifactResponse>
Link copied to clipboard
suspend external fun uploadZipToBlobStorage(authenticatedUploadURL: String, zipUploadStream: ZipUploadStream): BlobUploadResponse
Link copied to clipboard
external fun uploadZipToBlobStorageAsync(authenticatedUploadURL: String, zipUploadStream: ZipUploadStream): ERROR CLASS: Symbol not found for Promise<actions/artifact/BlobUploadResponse>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard