ListProjectsRequest Class

(QtAws::CodeBuild::ListProjectsRequest)

The ListProjectsRequest class provides an interface for CodeBuild ListProjects requests. More...

Header: #include <ListProjectsRequest>
Inherits: QtAws::CodeBuild::CodeBuildRequest

Public Functions

ListProjectsRequest(const ListProjectsRequest &other)
ListProjectsRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The ListProjectsRequest class provides an interface for CodeBuild ListProjects requests.

<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::listProjects.

Member Function Documentation

ListProjectsRequest::ListProjectsRequest(const ListProjectsRequest &other)

Constructs a copy of other.

ListProjectsRequest::ListProjectsRequest()

Constructs a ListProjectsRequest object.

[override virtual] bool ListProjectsRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *ListProjectsRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a ListProjectsResponse object to process reply.

See also QtAws::Core::AwsAbstractClient::send.

© 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.