Class AppdomeBuilder

    • Constructor Detail

    • Method Detail

      • setBuildToTest

        @DataBoundSetter
        public void setBuildToTest​(BuildToTest buildToTest)
      • getSelectedVendor

        public String getSelectedVendor()
      • getToken

        public Secret getToken()
      • getTeamId

        public String getTeamId()
      • getOutputLocation

        public String getOutputLocation()
      • getBuildWithLogs

        public Boolean getBuildWithLogs()
      • setBuildWithLogs

        @DataBoundSetter
        public void setBuildWithLogs​(Boolean buildWithLogs)
      • setOutputLocation

        @DataBoundSetter
        public void setOutputLocation​(String outputLocation)
      • cleanCommand

        public static void cleanCommand​(StringBuilder command)
        Cleans the provided command represented by a StringBuilder by removing any flags immediately followed by "NULL". This method processes the command by checking each segment, and selectively modifying the original StringBuilder to exclude the unwanted flags and "NULL" values.
        Parameters:
        command - The StringBuilder containing the command string to be cleaned directly.
      • isHttpUrl

        public static boolean isHttpUrl​(String urlString)
      • getPlatform

        public Platform getPlatform()
      • getSecondOutput

        public String getSecondOutput()
      • setSecondOutput

        @DataBoundSetter
        public void setSecondOutput​(StringWarp secondOutput)