public class Release
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Release.Status
The current status of the release: - **Available**: The release is available for deployment.
|
Constructor and Description |
---|
Release() |
Modifier and Type | Method and Description |
---|---|
ReleaseContent |
getContent()
Gets the content.
|
Date |
getCreated()
Gets the created.
|
String |
getDescription()
Gets the description.
|
List<EnvironmentReference> |
getEnvironmentReferences()
Gets the environmentReferences.
|
String |
getRelease()
Gets the release.
|
String |
getStatus()
Gets the status.
|
Date |
getUpdated()
Gets the updated.
|
public String getRelease()
The name of the release. The name is the version number (an integer), returned as a string.
public String getDescription()
The description of the release.
public List<EnvironmentReference> getEnvironmentReferences()
An array of objects describing the environments where this release has been deployed.
public ReleaseContent getContent()
An object describing the versionable content objects (such as skill snapshots) that are included in the release.
public String getStatus()
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 getCreated()
The timestamp for creation of the object.
public Date getUpdated()
The timestamp for the most recent update to the object.
Copyright © 2022 IBM Cloud. All rights reserved.