Class AttachedOutputs
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.AttachedOutputs
-
- All Implemented Interfaces:
Serializable
public class AttachedOutputs extends Object implements Serializable
Class AttachedOutputs.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachedOutputs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDirName(String string)Method addDirName.List<String>getDirNames()Method getDirNames.voidremoveDirName(String string)Method removeDirName.voidsetDirNames(List<String> dirNames)Set directory name in build output directory to attach to cached artifacts.
-