ListBuildsForProjectResponse Class
(QtAws::CodeBuild::ListBuildsForProjectResponse)The ListBuildsForProjectResponse class provides an interace for CodeBuild ListBuildsForProject responses. More...
| Header: | #include <ListBuildsForProjectResponse> |
| Inherits: | QtAws::CodeBuild::CodeBuildResponse |
Public Functions
| ListBuildsForProjectResponse(const ListBuildsForProjectRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const ListBuildsForProjectRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::CodeBuild::CodeBuildResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The ListBuildsForProjectResponse class provides an interace for CodeBuild ListBuildsForProject responses.
<fullname>AWS CodeBuild</fullname>
AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apache Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests, and you pay only for the build time you consume. For more information about AWS CodeBuild, see the <i>AWS CodeBuild User
Guide</i>>
AWS CodeBuild supports these
operations> <ul> <li>
<code>BatchDeleteBuilds</code>: Deletes one or more
builds> </li> <li>
<code>BatchGetProjects</code>: Gets information about one or more build projects. A <i>build project</i> defines how AWS CodeBuild will run a build. This includes information such as where to get the source code to build, the build environment to use, the build commands to run, and where to store the build output. A <i>build environment</i> represents a combination of operating system, programming language runtime, and tools that AWS CodeBuild will use to run a build. Also, you can add tags to build projects to help manage your resources and
costs> </li> <li>
<code>CreateProject</code>: Creates a build
project> </li> <li>
<code>CreateWebhook</code>: For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the
repository> </li> <li>
<code>UpdateWebhook</code>: Changes the settings of an existing
webhook> </li> <li>
<code>DeleteProject</code>: Deletes a build
project> </li> <li>
<code>DeleteWebhook</code>: For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS CodeBuild from automatically rebuilding the source code every time a code change is pushed to the
repository> </li> <li>
<code>ListProjects</code>: Gets a list of build project names, with each build project name representing a single build
project> </li> <li>
<code>UpdateProject</code>: Changes the settings of an existing build
project> </li> <li>
<code>BatchGetBuilds</code>: Gets information about one or more
builds> </li> <li>
<code>ListBuilds</code>: Gets a list of build IDs, with each build ID representing a single
build> </li> <li>
<code>ListBuildsForProject</code>: Gets a list of build IDs for the specified build project, with each build ID representing a single
build> </li> <li>
<code>StartBuild</code>: Starts running a
build> </li> <li>
<code>StopBuild</code>: Attempts to stop running a
build> </li> <li>
<code>ListCuratedEnvironmentImages</code>: Gets information about Docker images that are managed by AWS
See also CodeBuildClient::listBuildsForProject.
Member Function Documentation
ListBuildsForProjectResponse::ListBuildsForProjectResponse(const ListBuildsForProjectRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a ListBuildsForProjectResponse object for reply to request, with parent parent.
[override virtual protected slot] void ListBuildsForProjectResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful CodeBuild ListBuildsForProject response.
[override virtual] const ListBuildsForProjectRequest *ListBuildsForProjectResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.