Class NamespaceBuilder
java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated.NamespaceBuilder
- All Implemented Interfaces:
Cloneable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates a newNamespace
based on this builder's settings.but()
Returns a clone of this builder.clone()
Returns a clone of this builder.static NamespaceBuilder
Factory Method to construct a NamespaceBuilderSets the default value for the path property.
-
Field Details
-
self
-
value$path$java$lang$String
-
isSet$path$java$lang$String
protected boolean isSet$path$java$lang$String
-
-
Constructor Details
-
NamespaceBuilder
public NamespaceBuilder()Creates a newNamespaceBuilder
.
-
-
Method Details
-
namespace
Factory Method to construct a NamespaceBuilder- Returns:
- a new NamespaceBuilder
-
withPath
Sets the default value for the path property.- Parameters:
value
- the default value- Returns:
- this builder
-
clone
Returns a clone of this builder. -
but
Returns a clone of this builder.- Returns:
- the clone
-
build
Creates a newNamespace
based on this builder's settings.- Returns:
- the created Namespace
-