Modifier and Type | Method and Description |
---|---|
CiManagement |
CiManagement.Builder.build() |
CiManagement |
Model.getCiManagement()
The project's continuous integration information.
|
static CiManagement |
CiManagement.newInstance()
Creates a new
CiManagement instance. |
static CiManagement |
CiManagement.newInstance(boolean withDefaults)
Creates a new
CiManagement instance using default values or not. |
CiManagement |
CiManagement.withNotifiers(Collection<Notifier> notifiers)
Creates a new
CiManagement instance using the specified notifiers. |
CiManagement |
CiManagement.withSystem(String system)
Creates a new
CiManagement instance using the specified system. |
CiManagement |
CiManagement.withUrl(String url)
Creates a new
CiManagement instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
Model.Builder |
Model.Builder.ciManagement(CiManagement ciManagement) |
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. |
Model |
Model.withCiManagement(CiManagement ciManagement)
Creates a new
Model instance using the specified ciManagement. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.