public interface PluginBuildServer
Modifier and Type | Method and Description |
---|---|
BuildStatusEnricher |
getBuildStatusEnricher() |
PluginBuildServerClient |
getClient() |
String |
getId()
Identifier that uniquely identifies this build server.
|
String |
getName() |
URI |
getRpcUrl() |
String |
getTypeId()
Identifier of the type of the build server.
|
@Nonnull BuildStatusEnricher getBuildStatusEnricher()
BuildStatusEnricher
that can be used to add extra details to a
RepositoryBuildStatus
@Nonnull PluginBuildServerClient getClient()
PluginBuildServerClient
that can be used to interface with this build server@Nonnull String getId()
@Nonnull URI getRpcUrl()
URI
will have no trailing slash. e.g. "http://localhost:6990/bamboo"Copyright © 2024 Atlassian. All rights reserved.