| Package | Description |
|---|---|
| io.alauda.devops.java.client.apis | |
| io.alauda.devops.java.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ExportShowOptions |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTemplateExports(String name,
String formatvalue,
String pretty,
String taskName)
read exports of the specified ClusterPipelineTemplate
|
V1alpha1ExportShowOptions |
DevopsAlaudaIoV1alpha1Api.readNamespacedPipelineTemplateExports(String name,
String namespace,
String formatvalue,
String pretty,
String taskName)
read exports of the specified PipelineTemplate
|
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.ApiResponse<V1alpha1ExportShowOptions> |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTemplateExportsWithHttpInfo(String name,
String formatvalue,
String pretty,
String taskName)
read exports of the specified ClusterPipelineTemplate
|
io.kubernetes.client.ApiResponse<V1alpha1ExportShowOptions> |
DevopsAlaudaIoV1alpha1Api.readNamespacedPipelineTemplateExportsWithHttpInfo(String name,
String namespace,
String formatvalue,
String pretty,
String taskName)
read exports of the specified PipelineTemplate
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readClusterPipelineTemplateExportsAsync(String name,
String formatvalue,
String pretty,
String taskName,
io.kubernetes.client.ApiCallback<V1alpha1ExportShowOptions> callback)
(asynchronously)
read exports of the specified ClusterPipelineTemplate
|
com.squareup.okhttp.Call |
DevopsAlaudaIoV1alpha1Api.readNamespacedPipelineTemplateExportsAsync(String name,
String namespace,
String formatvalue,
String pretty,
String taskName,
io.kubernetes.client.ApiCallback<V1alpha1ExportShowOptions> callback)
(asynchronously)
read exports of the specified PipelineTemplate
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha1ExportShowOptions |
V1alpha1ExportShowOptions.apiVersion(String apiVersion) |
V1alpha1ExportShowOptions |
V1alpha1ExportShowOptionsBuilder.build() |
V1alpha1ExportShowOptions |
V1alpha1ExportShowOptions.formatvalue(String formatvalue) |
V1alpha1ExportShowOptions |
V1alpha1ExportShowOptions.kind(String kind) |
V1alpha1ExportShowOptions |
V1alpha1ExportShowOptions.taskName(String taskName) |
| Constructor and Description |
|---|
V1alpha1ExportShowOptionsBuilder(V1alpha1ExportShowOptions instance) |
V1alpha1ExportShowOptionsBuilder(V1alpha1ExportShowOptions instance,
Boolean validationEnabled) |
V1alpha1ExportShowOptionsBuilder(V1alpha1ExportShowOptionsFluent<?> fluent,
V1alpha1ExportShowOptions instance) |
V1alpha1ExportShowOptionsBuilder(V1alpha1ExportShowOptionsFluent<?> fluent,
V1alpha1ExportShowOptions instance,
Boolean validationEnabled) |
V1alpha1ExportShowOptionsFluentImpl(V1alpha1ExportShowOptions instance) |
Copyright © 2019. All rights reserved.