public class Release
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Release.Builder
Builder.
|
static interface |
Release.Status
The current status of the release: - **Available**: The release is available for deployment.
|
Modifier and Type | Method and Description |
---|---|
ReleaseContent |
content()
Gets the content.
|
Date |
created()
Gets the created.
|
String |
description()
Gets the description.
|
List<EnvironmentReference> |
environmentReferences()
Gets the environmentReferences.
|
Release.Builder |
newBuilder()
New builder.
|
String |
release()
Gets the release.
|
String |
status()
Gets the status.
|
Date |
updated()
Gets the updated.
|
public Release.Builder newBuilder()
public String release()
The name of the release. The name is the version number (an integer), returned as a string.
public String description()
The description of the release.
public List<EnvironmentReference> environmentReferences()
An array of objects describing the environments where this release has been deployed.
public ReleaseContent content()
An object identifying the versionable content objects (such as skill snapshots) that are included in the release.
public String status()
The current status of the release: - **Available**: The release is available for deployment. - **Failed**: An asynchronous publish operation has failed. - **Processing**: An asynchronous publish operation has not yet completed.
public Date created()
The timestamp for creation of the object.
public Date updated()
The timestamp for the most recent update to the object.
Copyright © 2024 IBM Cloud. All rights reserved.