case class CreateOptions(targets: List[String] = Nil, name: Option[String] = None, bazel: Boolean = true, forcePants: Boolean = false, ignoreCache: Boolean = false, stopAfterCache: Boolean = false, export: ExportOptions = ExportOptions.default, open: OpenOptions = OpenOptions.default, common: SharedOptions = SharedOptions.default) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CreateOptions(targets: List[String] = Nil, name: Option[String] = None, bazel: Boolean = true, forcePants: Boolean = false, ignoreCache: Boolean = false, stopAfterCache: Boolean = false, export: ExportOptions = ExportOptions.default, open: OpenOptions = OpenOptions.default, common: SharedOptions = SharedOptions.default)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def actualName: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bazel: Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val common: SharedOptions
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val export: ExportOptions
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val forcePants: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ignoreCache: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val open: OpenOptions
- val stopAfterCache: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targets: List[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()