-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class org.miaixz.bus.gitlab.models.AbstractGroup
getAvatarUrl, getFullName, getFullPath, getId, getName, getWebUrl, setAvatarUrl, setFullName, setFullPath, setId, setName, setWebUrl, withAvatarUrl, withFullName, withFullPath, withId, withName, withWebUrl
-
-
Method Details
-
-
setPath
public void setPath(String path)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-
-
-
setLfsEnabled
public void setLfsEnabled(Boolean lfsEnabled)
-
getRequestAccessEnabled
public Boolean getRequestAccessEnabled()
-
setRequestAccessEnabled
public void setRequestAccessEnabled(Boolean requestAccessEnabled)
-
getParentId
public Long getParentId()
-
setParentId
public void setParentId(Long parentId)
-
getSharedRunnersMinutesLimit
public Integer getSharedRunnersMinutesLimit()
-
setSharedRunnersMinutesLimit
public void setSharedRunnersMinutesLimit(Integer sharedRunnersMinutesLimit)
-
-
-
-
-
-
setSharedProjects
public void setSharedProjects(List<Project> sharedProjects)
-
getMarkedForDeletionOn
public Date getMarkedForDeletionOn()
-
setMarkedForDeletionOn
public void setMarkedForDeletionOn(Date markedForDeletionOn)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
-
-
getRunnersToken
public String getRunnersToken()
-
setRunnersToken
public void setRunnersToken(String runnersToken)
-
getPreventSharingGroupsOutsideHierarchy
public Boolean getPreventSharingGroupsOutsideHierarchy()
-
setPreventSharingGroupsOutsideHierarchy
public void setPreventSharingGroupsOutsideHierarchy(Boolean preventSharingGroupsOutsideHierarchy)
-
getPreventForkingOutsideGroup
public Boolean getPreventForkingOutsideGroup()
-
setPreventForkingOutsideGroup
public void setPreventForkingOutsideGroup(Boolean preventForkingOutsideGroup)
-
-
-
-
-
getDefaultBranchProtection
-
setDefaultBranchProtection
-
-
-
-
-
-
withlfsEnabled
public Group withlfsEnabled(boolean lfsEnabled)
-
withRequestAccessEnabled
public Group withRequestAccessEnabled(boolean requestAccessEnabled)
-
-
withSharedRunnersMinutesLimit
public Group withSharedRunnersMinutesLimit(Integer minutesLimit)
-
-
-
-
withPreventSharingGroupsOutsideHierarchy
public Group withPreventSharingGroupsOutsideHierarchy(Boolean preventSharingGroupsOutsideHierarchy)
-
withPreventForkingOutsideGroup
public Group withPreventForkingOutsideGroup(Boolean preventForkingOutsideGroup)
-
-
withSubgroupCreationLevel
-
withDefaultBranchProtection
-
-