Package com.cloudogu.scmmanager.scm.api
Class Repository
java.lang.Object
de.otto.edison.hal.HalRepresentation
com.cloudogu.scmmanager.scm.api.Repository
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRepository
(String namespace, String name, String type) Repository
(String namespace, String name, String type, de.otto.edison.hal.Links links) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCloneInformation
(String protocol) getName()
getType()
int
hashCode()
mustGetUrl
(String protocol) Methods inherited from class de.otto.edison.hal.HalRepresentation
add, getAttribute, getAttributes, getEmbedded, getLinks, toString, withEmbedded, withEmbedded
-
Constructor Details
-
Repository
public Repository() -
Repository
-
Repository
-
-
Method Details
-
getType
-
getNamespace
-
getName
-
getUrl
-
mustGetUrl
-
getCloneInformation
-
equals
- Overrides:
equals
in classde.otto.edison.hal.HalRepresentation
-
hashCode
public int hashCode()- Overrides:
hashCode
in classde.otto.edison.hal.HalRepresentation
-