public class CiManagement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
system
A simple identifier for the type of CI server used, eg continuum, bamboo, hudson, etc.
|
private String |
url
The base URL of the CI system.
|
Constructor and Description |
---|
CiManagement() |
CiManagement(String system,
String url) |
private String system
public CiManagement()
public CiManagement(String system, String url)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.