Package com.xebialabs.xlrelease.builder
Class ConfigurationBuilder
java.lang.Object
com.xebialabs.xlrelease.builder.ConfigurationBuilder
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
static String
static ConfigurationBuilder
apply
(Type configType, String id, String title, String folderId, scala.collection.immutable.Map<String, Object> properties, scala.collection.immutable.Map<String, String> variableMapping) static String
static String
static String
<T extends Configuration>
Tbuild()
boolean
copy
(Type configType, String id, String title, String folderId, scala.collection.immutable.Map<String, Object> properties, scala.collection.immutable.Map<String, String> variableMapping) boolean
folderId()
int
hashCode()
id()
static ConfigurationBuilder
newConfiguration
(String configType) int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
title()
toString()
static scala.Option<scala.Tuple6<Type,
String, String, String, scala.collection.immutable.Map<String, Object>, scala.collection.immutable.Map<String, String>>> withFolder
(Folder folder) withFolderId
(String folderId) withProperty
(String propertyName, Object propertyValue) withVariableMapping
(scala.collection.immutable.Map<String, String> map) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ConfigurationBuilder
-
-
Method Details
-
$lessinit$greater$default$2
-
$lessinit$greater$default$3
-
$lessinit$greater$default$4
-
$lessinit$greater$default$5
-
$lessinit$greater$default$6
-
newConfiguration
-
apply
-
apply$default$2
-
apply$default$3
-
apply$default$4
-
apply$default$5
-
apply$default$6
-
unapply
-
configType
-
id
-
title
-
folderId
-
properties
-
variableMapping
-
withId
-
withTitle
-
withFolder
-
withFolderId
-
withProperty
-
withVariableMapping
-
build
-
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
-
copy$default$4
-
copy$default$5
-
copy$default$6
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-