Class DeployParser
- java.lang.Object
-
- org.apache.flink.tools.ci.utils.deploy.DeployParser
-
public class DeployParser extends Object
Parsing utils for the Maven deploy plugin.
-
-
Constructor Summary
Constructors Constructor Description DeployParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>parseDeployOutput(File buildResult)Parses the output of a Maven build wheredeploy:deploywas used, and returns a set of deployed modules.
-
-
-
Method Detail
-
parseDeployOutput
public static Set<String> parseDeployOutput(File buildResult) throws IOException
Parses the output of a Maven build wheredeploy:deploywas used, and returns a set of deployed modules.- Throws:
IOException
-
-