Class AgentDirUtils
java.lang.Object
com.atlassian.bamboo.agent.bootstrap.shared.utils.AgentDirUtils
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AgentDirUtils
public AgentDirUtils()
-
-
Method Details
-
mkDir
Make a directory if it doesn't already exist- Parameters:
parent
- The parent directroydirName
- The name of the directory- Returns:
- A File object pointing to the directory created
-
createHomeDirLayout
Create agent home directory and its subdirectories- Throws:
Exception
- When IO problem occursIOException
-