Interface DeploymentStep

    • Method Detail

      • getEnvironmentKey

        String getEnvironmentKey()
        Used to populate the environmentKey field in the UI.
        Returns:
        the configured or generated environment key
      • getEnvironmentName

        @CheckForNull
        String getEnvironmentName()
        Used to populate the environmentName field in the UI.
        Returns:
        the configured environment name or null if not configured
      • getEnvironmentType

        @CheckForNull
        String getEnvironmentType()
        Used to populate the environmentType field in the UI.
        Returns:
        the configured Enum.name() or null if not configured
      • getEnvironmentUrl

        @CheckForNull
        String getEnvironmentUrl()
        Used to populate the environmentUrl field in the UI.
        Returns:
        the configured environment url or null if not configured