Class WindowsData

    • Constructor Detail

      • WindowsData

        @DataBoundConstructor
        public WindowsData​(String password,
                           boolean useHTTPS,
                           String bootDelay,
                           boolean specifyPassword,
                           boolean allowSelfSignedCertificate)
      • WindowsData

        @Deprecated
        public WindowsData​(String password,
                           boolean useHTTPS,
                           String bootDelay,
                           boolean specifyPassword)
        Deprecated.
      • WindowsData

        public WindowsData​(String password,
                           boolean useHTTPS,
                           String bootDelay)
    • Method Detail

      • getPassword

        public Secret getPassword()
      • isUseHTTPS

        public boolean isUseHTTPS()
      • isSpecifyPassword

        public boolean isSpecifyPassword()
      • isAllowSelfSignedCertificate

        public boolean isAllowSelfSignedCertificate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object