Record Class DockerConnectionConfiguration.Context
java.lang.Object
java.lang.Record
org.springframework.boot.buildpack.platform.docker.configuration.DockerConnectionConfiguration.Context
- Record Components:
context- a reference to the Docker context
- All Implemented Interfaces:
DockerConnectionConfiguration
- Enclosing interface:
DockerConnectionConfiguration
public static record DockerConnectionConfiguration.Context(String context)
extends Record
implements DockerConnectionConfiguration
Connect using a specific context reference.
- Since:
- 3.5.0
- Author:
- Phillip Webb
-
Nested Class Summary
Nested classes/interfaces inherited from interface DockerConnectionConfiguration
DockerConnectionConfiguration.Context, DockerConnectionConfiguration.Host -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext()Returns the value of thecontextrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Context
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
context
-