Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.RestResultList
-
Packages that use RestResultList Package Description com.atlassian.bamboo.plugins.rest.model.build com.atlassian.bamboo.plugins.rest.model.chain -
-
Uses of RestResultList in com.atlassian.bamboo.plugins.rest.model.build
Fields in com.atlassian.bamboo.plugins.rest.model.build declared as RestResultList Modifier and Type Field Description protected RestResultList
RestResults. results
Methods in com.atlassian.bamboo.plugins.rest.model.build that return RestResultList Modifier and Type Method Description RestResultList
RestResults. getResults()
Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type RestResultList Modifier and Type Method Description void
RestResults. setResults(RestResultList results)
Constructors in com.atlassian.bamboo.plugins.rest.model.build with parameters of type RestResultList Constructor Description RestResults(com.atlassian.plugins.rest.common.Link link, RestResultList results)
-
Uses of RestResultList in com.atlassian.bamboo.plugins.rest.model.chain
Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as RestResultList Modifier and Type Field Description RestResultList
RestStageResult. results
Methods in com.atlassian.bamboo.plugins.rest.model.chain that return RestResultList Modifier and Type Method Description protected RestResultList
RestStageResult. getBuildResults()
-