public class ProjectIdentifierImpl extends Object implements ProjectIdentifier
Constructor and Description |
---|
ProjectIdentifierImpl(long id,
String key,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
static ProjectIdentifier |
forProject(@NotNull Project project) |
String |
getDescription() |
long |
getId() |
@NotNull String |
getKey()
Returns key of the project.
|
@NotNull String |
getName() |
public long getId()
getId
in interface BambooIdProvider
getId
in interface ProjectIdentifier
@NotNull public @NotNull String getKey()
ProjectIdentifier
getKey
in interface ProjectIdentifier
@NotNull public @NotNull String getName()
getName
in interface ProjectIdentifier
getName
in interface DescriptionProvider
getName
in interface NameProvider
public String getDescription()
getDescription
in interface DescriptionProvider
public static ProjectIdentifier forProject(@NotNull @NotNull Project project)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.