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
Functions
Link copied to clipboard
suspend external fun createZipUploadStream(uploadSpecification: ReadonlyArray<UploadZipSpecification>, compressionLevel: Number = definedExternally): ZipUploadStream
Link copied to clipboard
external fun createZipUploadStreamAsync(uploadSpecification: ReadonlyArray<UploadZipSpecification>, compressionLevel: Number = definedExternally): Promise<ZipUploadStream>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend external fun deleteArtifactPublic(artifactName: String, workflowRunId: Number, repositoryOwner: String, repositoryName: String, token: String): DeleteArtifactResponse
Link copied to clipboard
external fun deleteArtifactPublicAsync(artifactName: String, workflowRunId: Number, repositoryOwner: String, repositoryName: String, token: String): Promise<DeleteArtifactResponse>
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): Promise<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): Promise<DownloadArtifactResponse>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend external fun getArtifactPublic(artifactName: String, workflowRunId: Number, repositoryOwner: String, repositoryName: String, token: String): GetArtifactResponse
Link copied to clipboard
external fun getArtifactPublicAsync(artifactName: String, workflowRunId: Number, repositoryOwner: String, repositoryName: String, token: String): Promise<GetArtifactResponse>
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 fun getRetryOptions(defaultOptions: ReadonlyRecord<String, Any>, retries: Number = definedExternally, exemptStatusCodes: ReadonlyArray<Number> = definedExternally): JsTuple2<RetryOptions, ReadonlyRecord<String, Any>?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external fun getUploadZipSpecification(filesToZip: ReadonlyArray<String>, rootDirectory: String): ReadonlyArray<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): Promise<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
external fun listArtifactsPublicAsync(workflowRunId: Number, repositoryOwner: String, repositoryName: String, token: String, latest: Boolean = definedExternally): Promise<ListArtifactsResponse>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend external fun uploadArtifact(name: String, files: ReadonlyArray<String>, rootDirectory: String, options: UploadArtifactOptions? = definedExternally): UploadArtifactResponse
Link copied to clipboard
external fun uploadArtifactAsync(name: String, files: ReadonlyArray<String>, rootDirectory: String, options: UploadArtifactOptions? = definedExternally): Promise<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): Promise<BlobUploadResponse>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard