| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectBadge |
ProjectBadge.clone() |
ProjectBadge |
Project.getBadge()
Information about the build badge for the build project.
|
ProjectBadge |
ProjectBadge.withBadgeEnabled(Boolean badgeEnabled)
Set this to true to generate a publicly accessible URL for your project's build badge.
|
ProjectBadge |
ProjectBadge.withBadgeRequestUrl(String badgeRequestUrl)
The publicly-accessible URL through which you can access the build badge for your project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setBadge(ProjectBadge badge)
Information about the build badge for the build project.
|
Project |
Project.withBadge(ProjectBadge badge)
Information about the build badge for the build project.
|
Copyright © 2024. All rights reserved.