case class ExchangeDescriptorBuilder extends Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExchangeDescriptorBuilder
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ExchangeDescriptorBuilder(baseDescriptor: ProjectDescriptor)
- Annotations
- @JSExportTopLevel( "ExchangeDescriptorBuilder" )
-
new
ExchangeDescriptorBuilder(main: String)
- Annotations
- @JSExportTopLevel( "ExchangeDescriptorBuilder" )
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(): internal.convert.APBProjectConverters.ClientFuture[ProjectDescriptor]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withApiVersion(apiVersion: String): ExchangeDescriptorBuilder
- def withBackwardsCompatible(backwardsCompatible: Boolean): ExchangeDescriptorBuilder
- def withClassifier(classifier: String): ExchangeDescriptorBuilder
- def withDependencies(dependencies: ClientList[ProjectDependency]): ExchangeDescriptorBuilder
- def withDependency(dependency: ProjectDependency): ExchangeDescriptorBuilder
- def withDescription(description: String): ExchangeDescriptorBuilder
- def withDescriptorVersion(descriptorVersion: String): ExchangeDescriptorBuilder
- def withGav(groupId: String, assetId: String, version: String): ExchangeDescriptorBuilder
- def withGav(gav: Gav): ExchangeDescriptorBuilder
- def withMetadata(branchId: ClientOption[String], commitId: ClientOption[String], projectId: ClientOption[String]): ExchangeDescriptorBuilder
- def withMetadata(metadata: MetadataElement): ExchangeDescriptorBuilder
- def withName(name: String): ExchangeDescriptorBuilder
- def withOrganizationId(organizationId: String): ExchangeDescriptorBuilder
- def withOriginalFormatVersion(originalFormatVersion: String): ExchangeDescriptorBuilder
- def withProjectId(projectId: String): ExchangeDescriptorBuilder
- def withPublishWithRefFiles(publishWithRefFiles: Boolean): ExchangeDescriptorBuilder
- def withTag(tag: String): ExchangeDescriptorBuilder
- def withTags(tags: ClientList[String]): ExchangeDescriptorBuilder
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.