Modifier and Type | Method and Description |
---|---|
CiManagement.Builder |
CiManagement.Builder.location(Object key,
InputLocation location) |
static CiManagement.Builder |
CiManagement.newBuilder()
Creates a new
CiManagement builder instance. |
static CiManagement.Builder |
CiManagement.newBuilder(boolean withDefaults)
Creates a new
CiManagement builder instance using default values or not. |
static CiManagement.Builder |
CiManagement.newBuilder(CiManagement from)
Creates a new
CiManagement builder instance using the specified object as a basis. |
static CiManagement.Builder |
CiManagement.newBuilder(CiManagement from,
boolean forceCopy)
Creates a new
CiManagement builder instance using the specified object as a basis. |
CiManagement.Builder |
CiManagement.Builder.notifiers(Collection<Notifier> notifiers) |
CiManagement.Builder |
CiManagement.Builder.system(String system) |
CiManagement.Builder |
CiManagement.Builder.url(String url) |
CiManagement.Builder |
CiManagement.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.