|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildDTO | |
|---|---|
| org.hudsonci.rest.model.build | |
| org.hudsonci.rest.model.project | |
| Uses of BuildDTO in org.hudsonci.rest.model.build |
|---|
| Fields in org.hudsonci.rest.model.build with type parameters of type BuildDTO | |
|---|---|
protected List<BuildDTO> |
BuildsDTO.builds
|
| Methods in org.hudsonci.rest.model.build that return types with arguments of type BuildDTO | |
|---|---|
List<BuildDTO> |
BuildsDTO.getBuilds()
Gets the value of the builds property. |
| Methods in org.hudsonci.rest.model.build with parameters of type BuildDTO | |
|---|---|
BuildsDTO |
BuildsDTO.withBuilds(BuildDTO... values)
|
| Method parameters in org.hudsonci.rest.model.build with type arguments of type BuildDTO | |
|---|---|
BuildsDTO |
BuildsDTO.withBuilds(Collection<BuildDTO> values)
|
| Uses of BuildDTO in org.hudsonci.rest.model.project |
|---|
| Fields in org.hudsonci.rest.model.project declared as BuildDTO | |
|---|---|
protected BuildDTO |
ProjectDTO.lastBuild
|
| Methods in org.hudsonci.rest.model.project that return BuildDTO | |
|---|---|
BuildDTO |
ProjectDTO.getLastBuild()
Gets the value of the lastBuild property. |
| Methods in org.hudsonci.rest.model.project with parameters of type BuildDTO | |
|---|---|
void |
ProjectDTO.setLastBuild(BuildDTO value)
Sets the value of the lastBuild property. |
ProjectDTO |
ProjectDTO.withLastBuild(BuildDTO value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||