Class CcdPromoteBucket
CcdPromoteBucket model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdPromoteBucket : object
Constructors
CcdPromoteBucket(System.Guid, System.Guid, String)
Creates an instance of CcdPromoteBucket.
Declaration
public CcdPromoteBucket(System.Guid fromRelease, System.Guid toBucket, string notes = null)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | fromRelease | fromRelease param |
System.Guid | toBucket | toBucket param |
String | notes | If unset, the release notes of the "from release" will be used. |
Properties
FromRelease
Declaration
public System.Guid FromRelease { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Notes
If unset, the release notes of the "from release" will be used.
Declaration
public string Notes { get; }
Property Value
Type | Description |
---|---|
String |
ToBucket
Declaration
public System.Guid ToBucket { get; }
Property Value
Type | Description |
---|---|
System.Guid |