public abstract static class AbstractProjectRequest.AbstractBuilder<B extends AbstractProjectRequest.AbstractBuilder> extends BuilderSupport
NOT_BLANK| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBuilder() |
protected |
AbstractBuilder(Project project) |
| Modifier and Type | Method and Description |
|---|---|
B |
description(String value) |
B |
key(String value) |
B |
name(String value) |
B |
namespace(String value)
Deprecated.
in 7.18 for removal without replacement in 8.0
|
B |
publiclyAccessible(boolean value) |
protected abstract B |
self() |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank@Deprecated @Nonnull public B namespace(@Nullable String value)
value - the namespacethis@Nonnull public B publiclyAccessible(boolean value)
value - whether the repository will be publicly accessible or not.thisCopyright © 2022 Atlassian. All rights reserved.