Class TrustedKeyConversionFunction
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.admin.ssh.TrustedKeyConversionFunction
-
- All Implemented Interfaces:
RestConversionFunction<TrustedKey,RestTrustedKey>
@Component public class TrustedKeyConversionFunction extends Object implements RestConversionFunction<TrustedKey,RestTrustedKey>
-
-
Constructor Summary
Constructors Constructor Description TrustedKeyConversionFunction(LinkService linkService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull RestTrustedKeyapply(@NotNull TrustedKey input, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo)Transforms a domain object to aAbstractRestModel.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.plugins.rest.common.RestConversionFunction
toFunction
-
-
-
-
Constructor Detail
-
TrustedKeyConversionFunction
@Autowired public TrustedKeyConversionFunction(LinkService linkService)
-
-
Method Detail
-
apply
@NotNull public @NotNull RestTrustedKey apply(@NotNull @NotNull TrustedKey input, @NotNull @NotNull Expansion expansion, @NotNull @NotNull javax.ws.rs.core.UriInfo uriInfo)
Description copied from interface:RestConversionFunctionTransforms a domain object to aAbstractRestModel. The resource will include links.- Specified by:
applyin interfaceRestConversionFunction<TrustedKey,RestTrustedKey>- Parameters:
input- The domain object to transformexpansion- The expansion to use when transforming the objecturiInfo- URI info from the request- Returns:
- a RestResource
-
-