Skip to content
FeedbackDashboard

Projects

Retrieve project
Project projects().retrieve(ProjectRetrieveParamsparams = ProjectRetrieveParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
get/v0/projects/{project}
Update project
Project projects().update(ProjectUpdateParamsparams = ProjectUpdateParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
patch/v0/projects/{project}
List projects
ProjectListPage projects().list(ProjectListParamsparams = ProjectListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
get/v0/projects
Create project
Project projects().create(ProjectCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
post/v0/projects
ModelsExpand Collapse
class Project:

A project is a collection of SDKs generated from the same set of config files.

String configRepo
Optional<String> displayName
Object object_
String org
String slug
List<Target> targets
Accepts one of the following:
NODE("node")
TYPESCRIPT("typescript")
PYTHON("python")
GO("go")
JAVA("java")
KOTLIN("kotlin")
RUBY("ruby")
TERRAFORM("terraform")
CLI("cli")
PHP("php")
CSHARP("csharp")
OPENAPI("openapi")

ProjectsBranches

Create a new project branch
ProjectBranch projects().branches().create(BranchCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
post/v0/projects/{project}/branches
Retrieve a project branch
ProjectBranch projects().branches().retrieve(BranchRetrieveParamsparams = BranchRetrieveParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
get/v0/projects/{project}/branches/{branch}
List project branches
BranchListPage projects().branches().list(BranchListParamsparams = BranchListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
get/v0/projects/{project}/branches
Delete a project branch
JsonValue projects().branches().delete(BranchDeleteParamsparams = BranchDeleteParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
delete/v0/projects/{project}/branches/{branch}
Rebase a project branch
ProjectBranch projects().branches().rebase(BranchRebaseParamsparams = BranchRebaseParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
put/v0/projects/{project}/branches/{branch}/rebase
Reset
ProjectBranch projects().branches().reset(BranchResetParamsparams = BranchResetParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
put/v0/projects/{project}/branches/{branch}/reset
ModelsExpand Collapse
class ProjectBranch:

A project branch names a line of development for a project. Like a Git branch, it points to a Git commit with a set of config files. In addition, a project branch also points to a set of custom code changes, corresponding to Git branches in the staging repos.

String branch

Branch name

ConfigCommit configCommit

A Git commit that points to the latest set of config files on a given branch.

Repo repo
String branch
String name
String owner
String sha
Optional<Build> latestBuild
String id

Build ID

String configCommit
LocalDateTime createdAt
Optional<DocumentedSpec> documentedSpec
Accepts one of the following:
class UnionMember0:
String content
Type type
class UnionMember1:
LocalDateTime expires
Type type
String url
Object object_
String org
String project
Targets targets
Optional<BuildTarget> cli
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> csharp
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> go
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> java
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> kotlin
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> node
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> openAPI
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> php
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> python
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> ruby
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> terraform
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<BuildTarget> typescript
Commit commit
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
class Completed:
Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
InnerCompleted completed

deprecated

Optional<Commit> commit
Repo repo
String branch
String name
String owner
String sha
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
CommitConclusion conclusion
Accepts one of the following:
ERROR("error")
WARNING("warning")
NOTE("note")
SUCCESS("success")
MERGE_CONFLICT("merge_conflict")
UPSTREAM_MERGE_CONFLICT("upstream_merge_conflict")
FATAL("fatal")
PAYMENT_REQUIRED("payment_required")
CANCELLED("cancelled")
TIMED_OUT("timed_out")
NOOP("noop")
VERSION_BUMP("version_bump")
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
Optional<String> installUrl
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Object object_
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
Optional<CheckStep> build
Accepts one of the following:
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
Completed
InnerCompleted completed

deprecated

Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
Optional<String> url
Accepts one of the following:
SUCCESS("success")
FAILURE("failure")
SKIPPED("skipped")
CANCELLED("cancelled")
ACTION_REQUIRED("action_required")
NEUTRAL("neutral")
TIMED_OUT("timed_out")
JsonValue; status "completed"constant"completed"constant
Optional<String> url
LocalDateTime updatedAt
Object object_
String org
String project

Project name

ProjectsConfigs

Retrieve configuration files
ConfigRetrieveResponse projects().configs().retrieve(ConfigRetrieveParamsparams = ConfigRetrieveParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
get/v0/projects/{project}/configs
Generate config suggestions
ConfigGuessResponse projects().configs().guess(ConfigGuessParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
post/v0/projects/{project}/configs/guess