Uses of Class
com.atlassian.bamboo.rest.model.admin.agent.RestRemoteAgentConfiguration
-
Packages that use RestRemoteAgentConfiguration Package Description com.atlassian.bamboo.plugins.rest.admin.agent -
-
Uses of RestRemoteAgentConfiguration in com.atlassian.bamboo.plugins.rest.admin.agent
Methods in com.atlassian.bamboo.plugins.rest.admin.agent that return RestRemoteAgentConfiguration Modifier and Type Method Description @NotNull RestRemoteAgentConfiguration
RemoteAgentConfigurationConversionFunction. apply(@NotNull Boolean remoteAgentsEnabled, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)
RestRemoteAgentConfiguration
RemoteAgentConfigurationResource. getRemoteAgentConfiguration(@NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)
RestRemoteAgentConfiguration
RemoteAgentConfigurationResource. updateRemoteAgentConfiguration(RestRemoteAgentConfiguration restRemoteAgentConfiguration, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)
Methods in com.atlassian.bamboo.plugins.rest.admin.agent with parameters of type RestRemoteAgentConfiguration Modifier and Type Method Description RestRemoteAgentConfiguration
RemoteAgentConfigurationResource. updateRemoteAgentConfiguration(RestRemoteAgentConfiguration restRemoteAgentConfiguration, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)
-