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:
class Project:
A project is a collection of SDKs generated from the same set of config files.
String configRepo
Optional<String> displayName
Object object_
Object object_
Accepts one of the following:
PROJECT("project")
String org
String slug
List<Target> targets
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")
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:
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
String branch
Branch name
ConfigCommit configCommit
ConfigCommit configCommit
A Git commit that points to the latest set of config files on a given branch.
Repo repo
Repo repo
String branch
String name
String owner
String sha
String id
String id
Build ID
String configCommit
LocalDateTime createdAt
Optional<DocumentedSpec> documentedSpec
Optional<DocumentedSpec> documentedSpec
Accepts one of the following:
class UnionMember0:
class UnionMember0:
String content
Type type
Type type
Accepts one of the following:
CONTENT("content")
class UnionMember1:
class UnionMember1:
LocalDateTime expires
Type type
Type type
Accepts one of the following:
URL("url")
String url
Object object_
Object object_
Accepts one of the following:
BUILD("build")
String org
String project
Targets targets
Targets targets
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Commit commit
Commit commit
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
class Completed:
class Completed:
InnerCompleted completed
InnerCompleted completed
Repo repo
Repo repo
String branch
String name
String owner
String sha
Conclusion conclusion
Conclusion 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
Optional<MergeConflictPr> mergeConflictPr
double number
Repo repo
Repo repo
String name
String owner
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Optional<String> installUrl
CheckStep lint
CheckStep lint
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Object object_
Object object_
Accepts one of the following:
BUILD_TARGET("build_target")
Status status
Status status
Accepts one of the following:
NOT_STARTED("not_started")
CODEGEN("codegen")
POSTGEN("postgen")
COMPLETED("completed")
CheckStep test
CheckStep test
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
Accepts one of the following:
JsonValue;
JsonValue;
JsonValue; status "not_started"constant"not_started"constant
JsonValue; status "not_started"constant"not_started"constant
Accepts one of the following:
NOT_STARTED("not_started")
JsonValue;
JsonValue;
JsonValue; status "queued"constant"queued"constant
JsonValue; status "queued"constant"queued"constant
Accepts one of the following:
QUEUED("queued")
JsonValue;
JsonValue;
JsonValue; status "in_progress"constant"in_progress"constant
JsonValue; status "in_progress"constant"in_progress"constant
Accepts one of the following:
IN_PROGRESS("in_progress")
Completed
Completed
InnerCompleted completed
InnerCompleted completed
Conclusion conclusion
Conclusion conclusion
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
JsonValue; status "completed"constant"completed"constant
JsonValue; status "completed"constant"completed"constant
Accepts one of the following:
COMPLETED("completed")
LocalDateTime updatedAt
Object object_
Object object_
Accepts one of the following:
PROJECT_BRANCH("project_branch")
String org
String project
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