java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.admin.group.RestGroup
Direct Known Subclasses:
RestGroupPermission

public class RestGroup extends AbstractRestModel
Model for Group REST endpoint
Since:
5.10
  • Constructor Details

    • RestGroup

      public RestGroup(String name, boolean editable)
    • RestGroup

      public RestGroup(String name)
  • Method Details

    • getName

      public String getName()
    • isEditable

      public boolean isEditable()