GithubActionsAndroidCliCode constructor

const GithubActionsAndroidCliCode({
  1. Directory? workingDirectory,
  2. int defaultIncrementNumber = 0,
  3. bool changesNotSentForReview = false,
  4. String status = "draft",
  5. String? slackWebhookURL,
})

Contents of buiod.yaml for Android in Github Actions.

Github ActionsのAndroid用のbuiod.yamlの中身。

Implementation

const GithubActionsAndroidCliCode({
  this.workingDirectory,
  this.defaultIncrementNumber = 0,
  this.changesNotSentForReview = false,
  this.status = "draft",
  this.slackWebhookURL,
});