- All Superinterfaces:
EObject,Loadable,Notifier,Tree,org.nasdanika.ncore.Tree,TreeItem,org.nasdanika.ncore.TreeItem
- All Known Implementing Classes:
BranchImpl
A representation of the model object 'Branch'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Can Push' attribute.Returns the value of the 'Commit Date' attribute.Returns the value of the 'Developers Can Merge' attribute.Returns the value of the 'Developers Can Push' attribute.Returns the value of the 'Is Default' attribute.Returns the value of the 'Is Protected' attribute.Returns the value of the 'Merged' attribute.Returns the value of the 'Web Url' attribute.voidsetCanPush(Boolean value) Sets the value of the 'Can Push' attribute.voidsetCommitDate(Date value) Sets the value of the 'Commit Date' attribute.voidsetDevelopersCanMerge(Boolean value) Sets the value of the 'Developers Can Merge' attribute.voidsetDevelopersCanPush(Boolean value) Sets the value of the 'Developers Can Push' attribute.voidsetIsDefault(Boolean value) Sets the value of the 'Is Default' attribute.voidsetIsProtected(Boolean value) Sets the value of the 'Is Protected' attribute.voidSets the value of the 'Merged' attribute.voidSets the value of the 'Web 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, eSetDeliverMethods inherited from interface org.nasdanika.models.gitlab.Tree
getTreeItemsLoaded, setTreeItemsLoadedMethods inherited from interface org.nasdanika.ncore.Tree
getTreeItemsMethods inherited from interface org.nasdanika.models.gitlab.TreeItem
getId, getPath, setId, setPathMethods inherited from interface org.nasdanika.ncore.TreeItem
getName, setName
-
Method Details
-
getCommitDate
Returns the value of the 'Commit Date' attribute.- Returns:
- the value of the 'Commit Date' attribute.
- See Also:
-
setCommitDate
Sets the value of the 'Commit Date' attribute.- Parameters:
value- the new value of the 'Commit Date' attribute.- See Also:
-
getDevelopersCanMerge
Returns the value of the 'Developers Can Merge' attribute.- Returns:
- the value of the 'Developers Can Merge' attribute.
- See Also:
-
setDevelopersCanMerge
Sets the value of the 'Developers Can Merge' attribute.- Parameters:
value- the new value of the 'Developers Can Merge' attribute.- See Also:
-
getDevelopersCanPush
Returns the value of the 'Developers Can Push' attribute.- Returns:
- the value of the 'Developers Can Push' attribute.
- See Also:
-
setDevelopersCanPush
Sets the value of the 'Developers Can Push' attribute.- Parameters:
value- the new value of the 'Developers Can Push' attribute.- See Also:
-
getMerged
Returns the value of the 'Merged' attribute.- Returns:
- the value of the 'Merged' attribute.
- See Also:
-
setMerged
Sets the value of the 'Merged' attribute.- Parameters:
value- the new value of the 'Merged' attribute.- See Also:
-
getIsProtected
Returns the value of the 'Is Protected' attribute.- Returns:
- the value of the 'Is Protected' attribute.
- See Also:
-
setIsProtected
Sets the value of the 'Is Protected' attribute.- Parameters:
value- the new value of the 'Is Protected' attribute.- See Also:
-
getIsDefault
Returns the value of the 'Is Default' attribute.- Returns:
- the value of the 'Is Default' attribute.
- See Also:
-
setIsDefault
Sets the value of the 'Is Default' attribute.- Parameters:
value- the new value of the 'Is Default' attribute.- See Also:
-
getCanPush
Returns the value of the 'Can Push' attribute.- Returns:
- the value of the 'Can Push' attribute.
- See Also:
-
setCanPush
Sets the value of the 'Can Push' attribute.- Parameters:
value- the new value of the 'Can Push' attribute.- See Also:
-
getWebUrl
Returns the value of the 'Web Url' attribute.- Returns:
- the value of the 'Web Url' attribute.
- See Also:
-
setWebUrl
Sets the value of the 'Web Url' attribute.- Parameters:
value- the new value of the 'Web Url' attribute.- See Also:
-