Uses of Class
io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionResult
-
-
Uses of CodeTFPackageAction.CodeTFPackageActionResult in io.codemodder.codetf
Methods in io.codemodder.codetf that return CodeTFPackageAction.CodeTFPackageActionResult Modifier and Type Method Description CodeTFPackageAction.CodeTFPackageActionResult
CodeTFPackageAction. getResult()
static CodeTFPackageAction.CodeTFPackageActionResult
CodeTFPackageAction.CodeTFPackageActionResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static CodeTFPackageAction.CodeTFPackageActionResult[]
CodeTFPackageAction.CodeTFPackageActionResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.codemodder.codetf with parameters of type CodeTFPackageAction.CodeTFPackageActionResult Constructor Description CodeTFPackageAction(CodeTFPackageAction.CodeTFPackageActionType action, CodeTFPackageAction.CodeTFPackageActionResult result, String packageUrl)
-