Class ProjectsResource.BuildsResource.RetryRequest
Creates a new build based on the specified build. This method creates a new build using the original
build request, which may or may not result in an identical build. For triggered builds: * Triggered
builds resolve to a precise revision; therefore a retry of a triggered build will result in a build that
uses the same revision. For non-triggered builds that specify RepoSource
: * If the original build
built from the tip of a branch, the retried build will build from the tip of that branch, which may not
be the same revision as the original build. * If the original build specified a commit sha or revision
ID, the retried build will use the identical source. For builds that specify StorageSource
: * If the
original build pulled source from Cloud Storage without specifying the generation of the object, the new
build will use the current object, which may be different from the original build source. * If the
original build pulled source from Cloud Storage and specified the generation of the object, the new
build will attempt to use the same object, which may or may not be available depending on the bucket's
lifecycle management settings.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ProjectsResource.BuildsResource.RetryRequest : CloudBuildBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RetryRequest(IClientService, RetryBuildRequest, string, string)
Constructs a new Retry request.
Declaration
public RetryRequest(IClientService service, RetryBuildRequest body, string projectId, string id)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RetryBuildRequest | body | |
string | projectId | |
string | id |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Id
Required. Build ID of the original build.
Declaration
[RequestParameter("id", RequestParameterType.Path)]
public virtual string Id { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProjectId
Required. ID of the project.
Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Retry parameter list.
Declaration
protected override void InitParameters()