public abstract class AbstractProjectRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractProjectRequest.AbstractBuilder<B extends AbstractProjectRequest.AbstractBuilder> |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getKey() |
String |
getName() |
String |
getNamespace()
Deprecated.
in 7.18 for removal without replacement in 8.0
|
boolean |
isPublic() |
@Nullable public String getDescription()
@Nonnull public String getKey()
@Deprecated @Nullable public String getNamespace()
public boolean isPublic()
true
if the project will be made publicly accessible, false
otherwise.Copyright © 2022 Atlassian. All rights reserved.