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 |
---|---|
String |
getDescription() |
long |
getId() |
String |
getKey()
Returns key of the project.
|
String |
getName() |
public long getId()
getId
in interface BambooIdProvider
getId
in interface ProjectIdentifier
@NotNull public String getKey()
ProjectIdentifier
getKey
in interface ProjectIdentifier
@NotNull public String getName()
getName
in interface ProjectIdentifier
getName
in interface DescriptionProvider
getName
in interface NameProvider
public String getDescription()
getDescription
in interface DescriptionProvider
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.