BuildServicesClient Interface
public interface BuildServicesClient
An instance of this class provides access to all the operations defined in BuildServicesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create a build service resource.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create a build service resource.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create a build service resource.
Parameters:
Returns:
beginDeleteBuild
public abstract SyncPoller
delete a KPack build.
Parameters:
Returns:
beginDeleteBuild
public abstract SyncPoller
delete a KPack build.
Parameters:
Returns:
beginDeleteBuildAsync
public abstract PollerFlux
delete a KPack build.
Parameters:
Returns:
createOrUpdate
public abstract BuildServiceInner createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService)
Create a build service resource.
Parameters:
Returns:
createOrUpdate
public abstract BuildServiceInner createOrUpdate(String resourceGroupName, String serviceName, String buildServiceName, BuildServiceInner buildService, Context context)
Create a build service resource.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create a build service resource.
Parameters:
Returns:
createOrUpdateBuild
public abstract BuildInner createOrUpdateBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName, BuildInner build)
Create or update a KPack build.
Parameters:
Returns:
createOrUpdateBuildAsync
public abstract Mono
Create or update a KPack build.
Parameters:
Returns:
createOrUpdateBuildWithResponse
public abstract Response
Create or update a KPack build.
Parameters:
Returns:
createOrUpdateBuildWithResponseAsync
public abstract Mono
Create or update a KPack build.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create a build service resource.
Parameters:
Returns:
deleteBuild
public abstract void deleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName)
delete a KPack build.
Parameters:
deleteBuild
public abstract void deleteBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName, Context context)
delete a KPack build.
Parameters:
deleteBuildAsync
public abstract Mono
delete a KPack build.
Parameters:
Returns:
deleteBuildWithResponseAsync
public abstract Mono
delete a KPack build.
Parameters:
Returns:
getBuild
public abstract BuildInner getBuild(String resourceGroupName, String serviceName, String buildServiceName, String buildName)
Get a KPack build.
Parameters:
Returns:
getBuildAsync
public abstract Mono
Get a KPack build.
Parameters:
Returns:
getBuildResult
public abstract BuildResultInner getBuildResult(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName)
Get a KPack build result.
Parameters:
Returns:
getBuildResultAsync
public abstract Mono
Get a KPack build result.
Parameters:
Returns:
getBuildResultLog
public abstract BuildResultLogInner getBuildResultLog(String resourceGroupName, String serviceName, String buildServiceName, String buildName, String buildResultName)
Get a KPack build result log download URL.
Parameters:
Returns:
getBuildResultLogAsync
public abstract Mono
Get a KPack build result log download URL.
Parameters:
Returns:
getBuildResultLogWithResponse
public abstract Response
Get a KPack build result log download URL.
Parameters:
Returns:
getBuildResultLogWithResponseAsync
public abstract Mono
Get a KPack build result log download URL.
Parameters:
Returns:
getBuildResultWithResponse
public abstract Response
Get a KPack build result.
Parameters:
Returns:
getBuildResultWithResponseAsync
public abstract Mono
Get a KPack build result.
Parameters:
Returns:
getBuildService
public abstract BuildServiceInner getBuildService(String resourceGroupName, String serviceName, String buildServiceName)
Get a build service resource.
Parameters:
Returns:
getBuildServiceAsync
public abstract Mono
Get a build service resource.
Parameters:
Returns:
getBuildServiceWithResponse
public abstract Response
Get a build service resource.
Parameters:
Returns:
getBuildServiceWithResponseAsync
public abstract Mono
Get a build service resource.
Parameters:
Returns:
getBuildWithResponse
public abstract Response
Get a KPack build.
Parameters:
Returns:
getBuildWithResponseAsync
public abstract Mono
Get a KPack build.
Parameters:
Returns:
getResourceUploadUrl
public abstract ResourceUploadDefinition getResourceUploadUrl(String resourceGroupName, String serviceName, String buildServiceName)
Get an resource upload URL for build service, which may be artifacts or source archive.
Parameters:
Returns:
getResourceUploadUrlAsync
public abstract Mono
Get an resource upload URL for build service, which may be artifacts or source archive.
Parameters:
Returns:
getResourceUploadUrlWithResponse
public abstract Response
Get an resource upload URL for build service, which may be artifacts or source archive.
Parameters:
Returns:
getResourceUploadUrlWithResponseAsync
public abstract Mono
Get an resource upload URL for build service, which may be artifacts or source archive.
Parameters:
Returns:
getSupportedBuildpack
public abstract SupportedBuildpackResourceInner getSupportedBuildpack(String resourceGroupName, String serviceName, String buildServiceName, String buildpackName)
Get the supported buildpack resource.
Parameters:
Returns:
getSupportedBuildpackAsync
public abstract Mono
Get the supported buildpack resource.
Parameters:
Returns:
getSupportedBuildpackWithResponse
public abstract Response
Get the supported buildpack resource.
Parameters:
Returns:
getSupportedBuildpackWithResponseAsync
public abstract Mono
Get the supported buildpack resource.
Parameters:
Returns:
getSupportedStack
public abstract SupportedStackResourceInner getSupportedStack(String resourceGroupName, String serviceName, String buildServiceName, String stackName)
Get the supported stack resource.
Parameters:
Returns:
getSupportedStackAsync
public abstract Mono
Get the supported stack resource.
Parameters:
Returns:
getSupportedStackWithResponse
public abstract Response
Get the supported stack resource.
Parameters:
Returns:
getSupportedStackWithResponseAsync
public abstract Mono
Get the supported stack resource.
Parameters:
Returns:
listBuildResults
public abstract PagedIterable
List KPack build results.
Parameters:
Returns:
listBuildResults
public abstract PagedIterable
List KPack build results.
Parameters:
Returns:
listBuildResultsAsync
public abstract PagedFlux
List KPack build results.
Parameters:
Returns:
listBuildServices
public abstract PagedIterable
List build services resource.
Parameters:
Returns:
listBuildServices
public abstract PagedIterable
List build services resource.
Parameters:
Returns:
listBuildServicesAsync
public abstract PagedFlux
List build services resource.
Parameters:
Returns:
listBuilds
public abstract PagedIterable
List KPack builds.
Parameters:
Returns:
listBuilds
public abstract PagedIterable
List KPack builds.
Parameters:
Returns:
listBuildsAsync
public abstract PagedFlux
List KPack builds.
Parameters:
Returns:
listSupportedBuildpacks
public abstract SupportedBuildpacksCollectionInner listSupportedBuildpacks(String resourceGroupName, String serviceName, String buildServiceName)
Get all supported buildpacks.
Parameters:
Returns:
listSupportedBuildpacksAsync
public abstract Mono
Get all supported buildpacks.
Parameters:
Returns:
listSupportedBuildpacksWithResponse
public abstract Response
Get all supported buildpacks.
Parameters:
Returns:
listSupportedBuildpacksWithResponseAsync
public abstract Mono
Get all supported buildpacks.
Parameters:
Returns:
listSupportedStacks
public abstract SupportedStacksCollectionInner listSupportedStacks(String resourceGroupName, String serviceName, String buildServiceName)
Get all supported stacks.
Parameters:
Returns:
listSupportedStacksAsync
public abstract Mono
Get all supported stacks.
Parameters:
Returns:
listSupportedStacksWithResponse
public abstract Response
Get all supported stacks.
Parameters:
Returns:
listSupportedStacksWithResponseAsync
public abstract Mono
Get all supported stacks.
Parameters:
Returns:
Applies to
Azure SDK for Java