Class ResultCache


  • public class ResultCache
    extends Object
    • Field Detail

      • statusFileName

        public static String statusFileName
      • DEPLOY_ADDRESS

        public static String DEPLOY_ADDRESS
      • DEPLOY_TX_RECEIPT

        public static String DEPLOY_TX_RECEIPT
      • TX_RECEIPT

        public static String TX_RECEIPT
    • Constructor Detail

      • ResultCache

        public ResultCache​(String projectName,
                           String targetFolder)
    • Method Detail

      • updateDeployAddress

        public void updateDeployAddress​(String address)
      • updateDeployTxnReceipt

        public void updateDeployTxnReceipt​(String txHash)
      • updateTxnReceipt

        public void updateTxnReceipt​(String txHash)
      • getLastDeployedAddress

        public String getLastDeployedAddress()
      • getLastDeployTxnReceipt

        public String getLastDeployTxnReceipt()
      • getLastTxnReceipt

        public String getLastTxnReceipt()