Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ProjectBadge Source #
Information about the build badge for the build project.
See: newProjectBadge
smart constructor.
ProjectBadge' | |
|
Instances
newProjectBadge :: ProjectBadge Source #
Create a value of ProjectBadge
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:badgeEnabled:ProjectBadge'
, projectBadge_badgeEnabled
- Set this to true to generate a publicly accessible URL for your
project's build badge.
$sel:badgeRequestUrl:ProjectBadge'
, projectBadge_badgeRequestUrl
- The publicly-accessible URL through which you can access the build badge
for your project.
projectBadge_badgeEnabled :: Lens' ProjectBadge (Maybe Bool) Source #
Set this to true to generate a publicly accessible URL for your project's build badge.
projectBadge_badgeRequestUrl :: Lens' ProjectBadge (Maybe Text) Source #
The publicly-accessible URL through which you can access the build badge for your project.