Uses of Class
com.atlassian.bamboo.plugins.rest.common.Token
-
Packages that use Token Package Description com.atlassian.bamboo.plugins.rest.common com.atlassian.bamboo.plugins.rest.plan.stage.job -
-
Uses of Token in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common that return Token Modifier and Type Method Description @NotNull Token
Token.TokenBuilder. build()
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type Token Modifier and Type Method Description void
TokenBuffer. add(Token token)
-
Uses of Token in com.atlassian.bamboo.plugins.rest.plan.stage.job
Methods in com.atlassian.bamboo.plugins.rest.plan.stage.job that return Token Modifier and Type Method Description @NotNull Token
RestJobService. getDeleteConfirmationToken(@NotNull PlanKey jobKey, @NotNull javax.ws.rs.core.UriInfo uriInfo)
Generate the delete confirmation token to be used for the given job key.@NotNull Token
RestJobServiceImpl. getDeleteConfirmationToken(@NotNull PlanKey jobKey, @NotNull javax.ws.rs.core.UriInfo uriInfo)
-