@Generated(value="PojoBuilder") public class PipelineBuilder extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected boolean |
isSet$id$java$lang$Integer |
protected boolean |
isSet$sha$java$lang$String |
protected boolean |
isSet$status$java$lang$String |
protected PipelineBuilder |
self |
protected Integer |
value$id$java$lang$Integer |
protected String |
value$sha$java$lang$String |
protected String |
value$status$java$lang$String |
Constructor and Description |
---|
PipelineBuilder()
Creates a new
PipelineBuilder . |
Modifier and Type | Method and Description |
---|---|
Pipeline |
build()
Creates a new
Pipeline based on this builder's settings. |
PipelineBuilder |
but()
Returns a clone of this builder.
|
Object |
clone()
Returns a clone of this builder.
|
static PipelineBuilder |
pipeline()
Factory Method to construct a PipelineBuilder
|
PipelineBuilder |
withId(Integer value)
Sets the default value for the id property.
|
PipelineBuilder |
withSha(String value)
Sets the default value for the sha property.
|
PipelineBuilder |
withStatus(String value)
Sets the default value for the status property.
|
protected PipelineBuilder self
protected Integer value$id$java$lang$Integer
protected boolean isSet$id$java$lang$Integer
protected String value$sha$java$lang$String
protected boolean isSet$sha$java$lang$String
protected String value$status$java$lang$String
protected boolean isSet$status$java$lang$String
public PipelineBuilder()
PipelineBuilder
.public static PipelineBuilder pipeline()
public PipelineBuilder withId(Integer value)
value
- the default valuepublic PipelineBuilder withSha(String value)
value
- the default valuepublic PipelineBuilder withStatus(String value)
value
- the default value@GwtIncompatible public Object clone()
@GwtIncompatible public PipelineBuilder but()
Copyright © 2016–2022. All rights reserved.