forked from aws/aws-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-info.java
More file actions
219 lines (217 loc) · 6.65 KB
/
package-info.java
File metadata and controls
219 lines (217 loc) · 6.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
/**
* <fullname>AWS CodeBuild</fullname>
* <p>
* 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. You pay only
* for the build time you consume. For more information about AWS CodeBuild, see the <i> <a
* href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">AWS CodeBuild User Guide</a>.</i>
* </p>
* <p>
* AWS CodeBuild supports these operations:
* </p>
* <ul>
* <li>
* <p>
* <code>BatchDeleteBuilds</code>: Deletes one or more builds.
* </p>
* </li>
* <li>
* <p>
* <code>BatchGetBuilds</code>: Gets information about one or more builds.
* </p>
* </li>
* <li>
* <p>
* <code>BatchGetProjects</code>: Gets information about one or more build projects. A <i>build project</i> defines how
* AWS CodeBuild runs 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> is a
* representation of operating system, programming language runtime, and tools that AWS CodeBuild uses to run a build.
* You can add tags to build projects to help manage your resources and costs.
* </p>
* </li>
* <li>
* <p>
* <code>BatchGetReportGroups</code>: Returns an array of report groups.
* </p>
* </li>
* <li>
* <p>
* <code>BatchGetReports</code>: Returns an array of reports.
* </p>
* </li>
* <li>
* <p>
* <code>CreateProject</code>: Creates a build project.
* </p>
* </li>
* <li>
* <p>
* <code>CreateReportGroup</code>: Creates a report group. A report group contains a collection of reports.
* </p>
* </li>
* <li>
* <p>
* <code>CreateWebhook</code>: For an existing AWS CodeBuild build project that has its source code stored in a GitHub
* or Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed
* to the repository.
* </p>
* </li>
* <li>
* <p>
* <code>DeleteProject</code>: Deletes a build project.
* </p>
* </li>
* <li>
* <p>
* <code>DeleteReport</code>: Deletes a report.
* </p>
* </li>
* <li>
* <p>
* <code>DeleteReportGroup</code>: Deletes a report group.
* </p>
* </li>
* <li>
* <p>
* <code>DeleteResourcePolicy</code>: Deletes a resource policy that is identified by its resource ARN.
* </p>
* </li>
* <li>
* <p>
* <code>DeleteSourceCredentials</code>: Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.
* </p>
* </li>
* <li>
* <p>
* <code>DeleteWebhook</code>: For an existing AWS CodeBuild build project that has its source code stored in a GitHub
* or Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code change is pushed to
* the repository.
* </p>
* </li>
* <li>
* <p>
* <code>DescribeTestCases</code>: Returns a list of details about test cases for a report.
* </p>
* </li>
* <li>
* <p>
* <code>GetResourcePolicy</code>: Gets a resource policy that is identified by its resource ARN.
* </p>
* </li>
* <li>
* <p>
* <code>ImportSourceCredentials</code>: Imports the source repository credentials for an AWS CodeBuild project that has
* its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.
* </p>
* </li>
* <li>
* <p>
* <code>InvalidateProjectCache</code>: Resets the cache for a project.
* </p>
* </li>
* <li>
* <p>
* <code>ListBuilds</code>: Gets a list of build IDs, with each build ID representing a single build.
* </p>
* </li>
* <li>
* <p>
* <code>ListBuildsForProject</code>: Gets a list of build IDs for the specified build project, with each build ID
* representing a single build.
* </p>
* </li>
* <li>
* <p>
* <code>ListCuratedEnvironmentImages</code>: Gets information about Docker images that are managed by AWS CodeBuild.
* </p>
* </li>
* <li>
* <p>
* <code>ListProjects</code>: Gets a list of build project names, with each build project name representing a single
* build project.
* </p>
* </li>
* <li>
* <p>
* <code>ListReportGroups</code>: Gets a list ARNs for the report groups in the current AWS account.
* </p>
* </li>
* <li>
* <p>
* <code>ListReports</code>: Gets a list ARNs for the reports in the current AWS account.
* </p>
* </li>
* <li>
* <p>
* <code>ListReportsForReportGroup</code>: Returns a list of ARNs for the reports that belong to a
* <code>ReportGroup</code>.
* </p>
* </li>
* <li>
* <p>
* <code>ListSharedProjects</code>: Gets a list of ARNs associated with projects shared with the current AWS account or
* user.
* </p>
* </li>
* <li>
* <p>
* <code>ListSharedReportGroups</code>: Gets a list of ARNs associated with report groups shared with the current AWS
* account or user
* </p>
* </li>
* <li>
* <p>
* <code>ListSourceCredentials</code>: Returns a list of <code>SourceCredentialsInfo</code> objects. Each
* <code>SourceCredentialsInfo</code> object includes the authentication type, token ARN, and type of source provider
* for one set of credentials.
* </p>
* </li>
* <li>
* <p>
* <code>PutResourcePolicy</code>: Stores a resource policy for the ARN of a <code>Project</code> or
* <code>ReportGroup</code> object.
* </p>
* </li>
* <li>
* <p>
* <code>StartBuild</code>: Starts running a build.
* </p>
* </li>
* <li>
* <p>
* <code>StopBuild</code>: Attempts to stop running a build.
* </p>
* </li>
* <li>
* <p>
* <code>UpdateProject</code>: Changes the settings of an existing build project.
* </p>
* </li>
* <li>
* <p>
* <code>UpdateReportGroup</code>: Changes a report group.
* </p>
* </li>
* <li>
* <p>
* <code>UpdateWebhook</code>: Changes the settings of an existing webhook.
* </p>
* </li>
* </ul>
*/
package com.amazonaws.services.codebuild;