Interface InstanceProperties

All Superinterfaces:
SubjectProviderSettings

public interface InstanceProperties extends SubjectProviderSettings
Some static properties of an instance.
  • 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.