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
ConstructorsConstructorDescriptionRepository(String namespace, String name, String type) Repository(String namespace, String name, String type, de.otto.edison.hal.Embedded embedded) Repository(String namespace, String name, String type, de.otto.edison.hal.Links links) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCloneInformation(String protocol) getName()getType()inthashCode()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
-
Repository
-
-
Method Details
-
getType
-
getNamespace
-
getName
-
getUrl
-
mustGetUrl
-
getCloneInformation
-
equals
- Overrides:
equalsin classde.otto.edison.hal.HalRepresentation
-
hashCode
public int hashCode()- Overrides:
hashCodein classde.otto.edison.hal.HalRepresentation
-