/activeobjects-plugin/src/test/java/com/atlassian/activeobjects/junit/PluginFile.java
https://bitbucket.org/activeobjects/ao-plugin · Java · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 8239b90a5b8cec904ea8c4390fa13094 MD5 · raw file
- package com.atlassian.activeobjects.junit;
- import java.io.File;
- public interface PluginFile
- {
- File getPluginFile();
- }