Interface BuildServer
public interface BuildServer
An abstraction describing a build server (e.g. Jenkins or Bamboo).
- Since:
- 7.8
-
Method Summary
-
Method Details
-
getId
Identifier that uniquely identifies this build server.- Returns:
- an id that uniquely identifies this build server
-
getName
A human readable name for the build server, used to display to users in the UI.- Returns:
- a human readable name for the build server
-
getTypeId
Identifier of the type of the build server- Returns:
- an id of the type of the build server
-