- All Known Implementing Classes:
GitLabImpl
A representation of the model object 'Git Lab'.
Represents a GitLab host/instance. The root of the GitLab model.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Groups' containment reference list.Returns the value of the 'Top Level Groups Loaded' attribute.getUrl()Returns the value of the 'Url' attribute.getUsers()Returns the value of the 'Users' containment reference list.voidsetTopLevelGroupsLoaded(Date value) Sets the value of the 'Top Level Groups Loaded' attribute.voidSets the value of the 'Url' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.nasdanika.models.gitlab.Loadable
getLoaded, getLoads, setLoadedMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUrl
Returns the value of the 'Url' attribute.- Returns:
- the value of the 'Url' attribute.
- See Also:
-
setUrl
Sets the value of the 'Url' attribute.- Parameters:
value- the new value of the 'Url' attribute.- See Also:
-
getGroups
Returns the value of the 'Groups' containment reference list. The list contents are of typeGroup.- Returns:
- the value of the 'Groups' containment reference list.
- See Also:
-
getUsers
Returns the value of the 'Users' containment reference list. The list contents are of typeUser.- Returns:
- the value of the 'Users' containment reference list.
- See Also:
-
getTopLevelGroupsLoaded
Returns the value of the 'Top Level Groups Loaded' attribute. Timestamp when the top level groups were loaded. Deprecated, use loads- Returns:
- the value of the 'Top Level Groups Loaded' attribute.
- See Also:
-
setTopLevelGroupsLoaded
Sets the value of the 'Top Level Groups Loaded' attribute.- Parameters:
value- the new value of the 'Top Level Groups Loaded' attribute.- See Also:
-