Class RestEnvironmentForExecutablesView


  • public class RestEnvironmentForExecutablesView
    extends Object
    Model representing the basic environment data to be displayed in the agent/image configuration deployable environments view.
    • Constructor Detail

      • RestEnvironmentForExecutablesView

        public RestEnvironmentForExecutablesView​(long projectId,
                                                 String projectName,
                                                 long environmentId,
                                                 String environmentName)
    • Method Detail

      • getProjectId

        public long getProjectId()
      • getProjectName

        public String getProjectName()
      • getEnvironmentId

        public long getEnvironmentId()
      • getEnvironmentName

        public String getEnvironmentName()