Class VisibleObjectBean.ObjectBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.profile.VisibleObjectBean.ObjectBean
-
- Enclosing interface:
- VisibleObjectBean
public static class VisibleObjectBean.ObjectBean extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectBean(String id, String name, String fullName)
ObjectBean(String id, String name, String fullName, int depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDepth()
String
getFullName()
String
getId()
String
getName()
boolean
isDisabled()
void
setDisabled(boolean disabled)
-