Interface InstanceProperties
- All Superinterfaces:
SubjectProviderSettings
Some static properties of an instance.
-
Method Summary
Modifier and TypeMethodDescriptionGit Commit ID is the unique SHA-hash value generated automatically and assigned to commits whenever a new commit is made to the repository.Methods inherited from interface org.linkedopenactors.rdfpub.domain.commonsrdf.SubjectProviderSettings
getInstanceDomainString, getInternalUrnString
-
Method Details
-
getPreferedUsername
String getPreferedUsername()- Returns:
- The preffered username of the instance.
-
getMavenVersion
String getMavenVersion()- Returns:
- The maven version, which represents the version of the currently running software.
- See Also:
-
getCommitId
String getCommitId()Git Commit ID is the unique SHA-hash value generated automatically and assigned to commits whenever a new commit is made to the repository. Commit id is used while merging commits or checking out files from different commits.- Returns:
- The unique SHA-hash value of the currently running software.
- See Also:
-
getIdentifier
String getIdentifier()- Returns:
- Unique identifier of this instance.
- See Also:
-
getInstanceDomain
URL getInstanceDomain()- Returns:
- The URL which routes to this instance.
-