Uses of Class
com.atlassian.bamboo.plugins.rest.model.plan.RestArtifactDefinitionList
-
Packages that use RestArtifactDefinitionList Package Description com.atlassian.bamboo.plugins.rest.model.plan -
-
Uses of RestArtifactDefinitionList in com.atlassian.bamboo.plugins.rest.model.plan
Methods in com.atlassian.bamboo.plugins.rest.model.plan that return RestArtifactDefinitionList Modifier and Type Method Description RestArtifactDefinitionList
RestArtifactDefinitions. getArtifacts()
Methods in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type RestArtifactDefinitionList Modifier and Type Method Description void
RestArtifactDefinitions. setArtifacts(RestArtifactDefinitionList artifacts)
Constructors in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type RestArtifactDefinitionList Constructor Description RestArtifactDefinitions(com.atlassian.plugins.rest.common.Link link, RestArtifactDefinitionList artifacts)
-