Package edu.umd.cs.findbugs.cloud
Interface BugFiler
-
public interface BugFiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URL
file(BugInstance b)
java.lang.String
getBugStatus(java.lang.String bugUrl)
boolean
ready()
-
-
-
Method Detail
-
getBugStatus
java.lang.String getBugStatus(java.lang.String bugUrl) throws java.lang.Exception
- Throws:
java.lang.Exception
-
file
java.net.URL file(BugInstance b) throws java.io.IOException, SignInCancelledException
- Throws:
java.io.IOException
SignInCancelledException
-
ready
boolean ready()
-
-