Schnittstelle InstanceProperties
public interface InstanceProperties
Some static properties of an instance.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGit Commit ID is the unique SHA-hash value generated automatically and assigned to commits whenever a new commit is made to the repository.
-
Methodendetails
-
getPreferedUsername
String getPreferedUsername()- Gibt zurück:
- The preffered username of the instance.
-
getMavenVersion
String getMavenVersion()- Gibt zurück:
- The maven version, which represents the version of the currently running software.
- Siehe auch:
-
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.- Gibt zurück:
- The unique SHA-hash value of the currently running software.
- Siehe auch:
-
getIdentifier
String getIdentifier()- Gibt zurück:
- Unique identifier of this instance.
- Siehe auch:
-
getInstanceDomainString
String getInstanceDomainString()- Gibt zurück:
- The URL which routes to this instance.
-
getInstanceDomain
URL getInstanceDomain()- Gibt zurück:
- The URL which routes to this instance.
-