Uses of Class
com.atlassian.bamboo.plugins.bitbucket.rest.entity.buildstatus.RestBuildStatus
-
Packages that use RestBuildStatus Package Description com.atlassian.bamboo.plugins.bitbucket.api com.atlassian.bamboo.plugins.bitbucket.impl -
-
Uses of RestBuildStatus in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api with parameters of type RestBuildStatus Modifier and Type Method Description void
BitbucketApiService. updateBuildStatus(@NotNull String owner, @NotNull String slug, @NotNull String revision, @NotNull RestBuildStatus buildStatus, @NotNull String username, @NotNull String password)
Send build status update to Bitbucket server -
Uses of RestBuildStatus in com.atlassian.bamboo.plugins.bitbucket.impl
Methods in com.atlassian.bamboo.plugins.bitbucket.impl with parameters of type RestBuildStatus Modifier and Type Method Description void
BitbucketApiServiceImpl. updateBuildStatus(@NotNull String owner, @NotNull String slug, @NotNull String revision, @NotNull RestBuildStatus buildStatus, @NotNull String username, @NotNull String password)
-