Class RemoteAgentConfigurationConversionFunction

java.lang.Object
com.atlassian.bamboo.plugins.rest.admin.agent.RemoteAgentConfigurationConversionFunction
All Implemented Interfaces:
RestConversionFunction<Boolean,RestRemoteAgentConfiguration>

@Component public class RemoteAgentConfigurationConversionFunction extends Object implements RestConversionFunction<Boolean,RestRemoteAgentConfiguration>
Function to create a RestRemoteAgentConfiguration from a Boolean that indicates whether remote agents support is enabled
Since:
5.10
  • Constructor Details

    • RemoteAgentConfigurationConversionFunction

      @Autowired public RemoteAgentConfigurationConversionFunction(@NotNull @NotNull LinkService linkService)
  • Method Details