DeploymentsApi class
Jira Software Cloud REST API documentation
Constructors
- DeploymentsApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteDeploymentByKey(
{required String pipelineId, required String environmentId, required int deploymentSequenceNumber, int? updateSequenceNumber}) → Future< void> -
Delete the currently stored deployment data for the given
pipelineId
,environmentId
anddeploymentSequenceNumber
combination. -
deleteDeploymentsByProperty(
{int? updateSequenceNumber}) → Future< void> - Bulk delete all deployments that match the given request.
-
getDeploymentByKey(
{required String pipelineId, required String environmentId, required int deploymentSequenceNumber}) → Future -
Retrieve the currently stored deployment data for the given
pipelineId
,environmentId
anddeploymentSequenceNumber
combination. -
getDeploymentGatingStatusByKey(
{required String pipelineId, required String environmentId, required int deploymentSequenceNumber}) → Future -
Retrieve the Deployment gating status for the given
pipelineId + environmentId + deploymentSequenceNumber
combination. Only apps that define thejiraDeploymentInfoProvider
module can access this resource. This resource requires the 'READ' scope. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
submitDeployments(
{required dynamic body}) → Future - Update / insert deployment data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited