p

sbt

package sbt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class Console extends AnyRef
  2. sealed trait Doc extends AnyRef
  3. sealed trait PackageOption extends AnyRef
  4. sealed trait TestOption extends AnyRef
  5. trait TestResultLogger extends AnyRef

    Logs information about tests after they finish.

    Logs information about tests after they finish.

    Log output can be customised by providing a specialised instance of this trait via the testResultLogger setting.

    Since

    0.13.5

  6. final class TestsFailedException extends RuntimeException with FeedbackProvidedException

Value Members

  1. object Console
  2. object Doc
  3. object DotGraph
  4. object Package
  5. object RawCompileLike
  6. object Sync

    Maintains a set of mappings so that they are uptodate.

    Maintains a set of mappings so that they are uptodate. Specifically, 'apply' applies the mappings by creating target directories and copying source files to their destination. For each mapping no longer present, the old target is removed. Caution: Existing files are overwritten. Caution: The removal of old targets assumes that nothing else has written to or modified those files. It tries not to obliterate large amounts of data by only removing previously tracked files and empty directories. That is, it won't remove a directory with unknown (untracked) files in it. Warning: It is therefore inappropriate to use this with anything other than an automatically managed destination or a dedicated target directory. Warning: Specifically, don't mix this with a directory containing manually created files, like sources. It is safe to use for its intended purpose: copying resources to a class output directory.

  7. object TestResultLogger
  8. object Tests

Ungrouped