class PolicyBinding extends DynamicObject with HasAnnotations with HasLabels with HasName
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PolicyBinding
- HasName
- HasLabels
- HasAnnotations
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PolicyBinding(name: String)
- Annotations
- @JSExportTopLevel( "PolicyBinding" )
- new PolicyBinding(internal: scala.model.project.management.PolicyBinding)
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
addAnnotation(annotation: String, value: Boolean): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Double): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Float): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: Int): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addAnnotation(annotation: String, value: String): PolicyBinding.this.type
- Definition Classes
- HasAnnotations
-
def
addLabel(label: String, value: Boolean): PolicyBinding.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Double): PolicyBinding.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Float): PolicyBinding.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: Int): PolicyBinding.this.type
- Definition Classes
- HasLabels
-
def
addLabel(label: String, value: String): PolicyBinding.this.type
- Definition Classes
- HasLabels
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getBooleanAnnotation(annotation: String): Boolean
- Definition Classes
- HasAnnotations
- def getBooleanConfig(name: String): Boolean
-
def
getBooleanLabel(label: String): Boolean
- Definition Classes
- HasLabels
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getDoubleAnnotation(annotation: String): Double
- Definition Classes
- HasAnnotations
- def getDoubleConfig(name: String): Double
-
def
getDoubleLabel(label: String): Double
- Definition Classes
- HasLabels
-
def
getFloatAnnotation(annotation: String): Float
- Definition Classes
- HasAnnotations
- def getFloatConfig(name: String): Float
-
def
getFloatLabel(label: String): Float
- Definition Classes
- HasLabels
-
def
getIntAnnotation(annotation: String): Int
- Definition Classes
- HasAnnotations
- def getIntConfig(name: String): Int
-
def
getIntLabel(label: String): Int
- Definition Classes
- HasLabels
- def getObjectConfig(name: String): DynamicObject
-
def
getStringAnnotation(annotation: String): String
- Definition Classes
- HasAnnotations
- def getStringConfig(name: String): String
-
def
getStringLabel(label: String): String
- Definition Classes
- HasLabels
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
name: String
- Definition Classes
- HasName
- def namespace(): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def order(): Int
- def policyRef(): PolicyRef
- def rules: internal.convert.ManagementClientConverters.ClientList[PolicyBindingRule]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def targetRef(): TargetRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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 withConfig(name: String, values: internal.convert.ManagementClientConverters.ClientList[String]): PolicyBinding.this.type
- def withConfig(name: String, value: DynamicObject): PolicyBinding.this.type
- def withConfig(name: String, value: Double): PolicyBinding.this.type
- def withConfig(name: String, value: Float): PolicyBinding.this.type
- def withConfig(name: String, value: Boolean): PolicyBinding.this.type
- def withConfig(name: String, value: Int): PolicyBinding.this.type
- def withConfig(name: String, value: String): PolicyBinding.this.type
-
def
withName(name: String): PolicyBinding.this.type
- Definition Classes
- HasName
- def withNamespace(namespace: String): PolicyBinding.this.type
- def withOrder(order: Int): PolicyBinding.this.type
- def withPolicyRef(name: String, namespace: String): PolicyBinding.this.type
- def withPolicyRef(name: String): PolicyBinding.this.type
- def withRule(path: String = DEFAULT_RULE_VALUE, method: String = DEFAULT_RULE_VALUE, host: String = DEFAULT_RULE_VALUE): PolicyBindingRule
- def withService(name: String, address: String): Service
- def withTargetRef(name: String, kind: String): PolicyBinding.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated