public class Project extends EntityPropertiesBuilder<ProjectProperties>
| Constructor and Description |
|---|
Project()
Specifies Bamboo project.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProjectProperties |
build() |
Project |
description(@Nullable String description)
Sets a project description.
|
Project |
key(@Nullable BambooKey key)
Sets a project key.
|
Project |
key(@Nullable String key)
Sets a project key.
|
Project |
name(@NotNull String name)
Sets a project name.
|
Project |
oid(@Nullable BambooOid oid)
Sets a project's oid.
|
Project |
oid(@Nullable String oid)
Sets a project's oid.
|
public Project()
throws PropertiesValidationException
PropertiesValidationExceptionpublic Project name(@NotNull @NotNull String name) throws PropertiesValidationException
PropertiesValidationExceptionpublic Project key(@Nullable @Nullable String key) throws PropertiesValidationException
PropertiesValidationExceptionpublic Project key(@Nullable @Nullable BambooKey key) throws PropertiesValidationException
PropertiesValidationExceptionpublic Project description(@Nullable @Nullable String description) throws PropertiesValidationException
PropertiesValidationExceptionpublic Project oid(@Nullable @Nullable String oid) throws PropertiesValidationException
PropertiesValidationExceptionpublic Project oid(@Nullable @Nullable BambooOid oid) throws PropertiesValidationException
PropertiesValidationExceptionprotected ProjectProperties build() throws PropertiesValidationException
build in class EntityPropertiesBuilder<ProjectProperties>PropertiesValidationExceptionCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.