object
CourseraHttp
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
challengeResponse(challenge: Challenge, otPassword: String): String
-
def
clone(): AnyRef
-
def
decodeBase64(str: String): Array[Byte]
-
def
encodeBase64(bytes: Array[Byte]): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
extractJson(jsonData: String, targetJar: File): ValidationNel[String, QueueResult]
-
def
finalize(): Unit
-
def
fullExceptionString(e: Throwable): String
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readJsonFile(jsonFile: File, targetJar: File): ValidationNel[String, QueueResult]
-
def
shaHexDigest(s: String): String
-
def
submitGrade(feedback: String, score: String, apiState: String, apiKey: String, gradeProject: ProjectDetails, logger: Option[Logger]): ValidationNel[String, Unit]
-
def
submitSolution(sourcesJar: File, submitProject: ProjectDetails, challenge: Challenge, chResponse: String): ValidationNel[String, String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unpackJar(file: File, targetDirectory: File): ValidationNel[String, Unit]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any