@Component public class RemoteAgentConfigurationConversionFunction extends Object implements RestConversionFunction<Boolean,RestRemoteAgentConfiguration>
RestRemoteAgentConfiguration from a Boolean that indicates whether remote agents support
is enabled| Constructor and Description |
|---|
RemoteAgentConfigurationConversionFunction(@NotNull LinkService linkService) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RestRemoteAgentConfiguration |
apply(@NotNull Boolean remoteAgentsEnabled,
@NotNull Expansion expansion,
@NotNull javax.ws.rs.core.UriInfo uriInfo)
Transforms a domain object to a
AbstractRestModel. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoFunction@Autowired
public RemoteAgentConfigurationConversionFunction(@NotNull
@NotNull LinkService linkService)
@NotNull public @NotNull RestRemoteAgentConfiguration apply(@NotNull @NotNull Boolean remoteAgentsEnabled, @NotNull @NotNull Expansion expansion, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo)
RestConversionFunctionAbstractRestModel. The resource will include links.apply in interface RestConversionFunction<Boolean,RestRemoteAgentConfiguration>remoteAgentsEnabled - The domain object to transformexpansion - The expansion to use when transforming the objecturiInfo - URI info from the requestCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.