Package com.atlassian.bamboo.builder
Class DefaultJdkManager
java.lang.Object
com.atlassian.bamboo.builder.DefaultJdkManager
- All Implemented Interfaces:
JdkManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull CapabilitySet
addDefaultJdkToCapabilitySet
(@NotNull CapabilitySet capabilitySet) Adds default jdks to the givenCapabilitySet
@NotNull String
Gets the default JDK labelGets a sortedList
of all JDK labels available in the system.void
setCapabilitySetManager
(CapabilitySetManager capabilitySetManager) void
setElasticFunctionalityFacade
(ElasticFunctionalityFacade elasticFunctionalityFacade)
-
Constructor Details
-
DefaultJdkManager
public DefaultJdkManager()
-
-
Method Details
-
addDefaultJdkToCapabilitySet
@NotNull public @NotNull CapabilitySet addDefaultJdkToCapabilitySet(@NotNull @NotNull CapabilitySet capabilitySet) Description copied from interface:JdkManager
Adds default jdks to the givenCapabilitySet
- Specified by:
addDefaultJdkToCapabilitySet
in interfaceJdkManager
- Returns:
-
getJdkLabels
Description copied from interface:JdkManager
Gets a sortedList
of all JDK labels available in the system.- Specified by:
getJdkLabels
in interfaceJdkManager
- Returns:
-
getDefaultJdkLabel
Description copied from interface:JdkManager
Gets the default JDK label- Specified by:
getDefaultJdkLabel
in interfaceJdkManager
- Returns:
-
setCapabilitySetManager
-
setElasticFunctionalityFacade
-