Record Class WorkspaceBootstrap.Params
java.lang.Object
java.lang.Record
network.ike.plugin.ws.bootstrap.WorkspaceBootstrap.Params
- Enclosing class:
WorkspaceBootstrap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theartifactIdrecord component.Returns the value of thedefaultBranchrecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.group()Returns the value of thegrouprecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themavenVersionrecord component.name()Returns the value of thenamerecord component.org()Returns the value of theorgrecord component.Returns the value of theparentVersionrecord component.booleanskipGit()Returns the value of theskipGitrecord component.final StringtoString()Returns a string representation of this record class.version()Returns the value of theversionrecord component.
-
Constructor Details
-
Params
public Params(String name, String description, String org, String group, String artifactId, String version, String mavenVersion, String defaultBranch, boolean skipGit, String parentVersion) Creates an instance of aParamsrecord class.- Parameters:
name- the value for thenamerecord componentdescription- the value for thedescriptionrecord componentorg- the value for theorgrecord componentgroup- the value for thegrouprecord componentartifactId- the value for theartifactIdrecord componentversion- the value for theversionrecord componentmavenVersion- the value for themavenVersionrecord componentdefaultBranch- the value for thedefaultBranchrecord componentskipGit- the value for theskipGitrecord componentparentVersion- the value for theparentVersionrecord component
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
org
Returns the value of theorgrecord component.- Returns:
- the value of the
orgrecord component
-
group
Returns the value of thegrouprecord component.- Returns:
- the value of the
grouprecord component
-
artifactId
Returns the value of theartifactIdrecord component.- Returns:
- the value of the
artifactIdrecord component
-
version
Returns the value of theversionrecord component.- Returns:
- the value of the
versionrecord component
-
mavenVersion
Returns the value of themavenVersionrecord component.- Returns:
- the value of the
mavenVersionrecord component
-
defaultBranch
Returns the value of thedefaultBranchrecord component.- Returns:
- the value of the
defaultBranchrecord component
-
skipGit
public boolean skipGit()Returns the value of theskipGitrecord component.- Returns:
- the value of the
skipGitrecord component
-
parentVersion
Returns the value of theparentVersionrecord component.- Returns:
- the value of the
parentVersionrecord component
-