Record Class SubprojectInitializer.Result
java.lang.Object
java.lang.Record
network.ike.plugin.ws.bootstrap.SubprojectInitializer.Result
- Enclosing class:
SubprojectInitializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of thealreadyCleanrecord component.intcloned()Returns the value of theclonedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanTrue when every declared subproject was already a healthy clone.rows()Returns the value of therowsrecord component.intskipped()Returns the value of theskippedrecord component.intReturns the value of thesyncthingrecord component.final StringtoString()Returns a string representation of this record class.intupdated()Returns the value of theupdatedrecord component.intwrappers()Returns the value of thewrappersrecord component.
-
Constructor Details
-
Result
public Result(int cloned, int syncthing, int updated, int skipped, int wrappers, int alreadyClean, List<String[]> rows) Creates an instance of aResultrecord class.- Parameters:
cloned- the value for theclonedrecord componentsyncthing- the value for thesyncthingrecord componentupdated- the value for theupdatedrecord componentskipped- the value for theskippedrecord componentwrappers- the value for thewrappersrecord componentalreadyClean- the value for thealreadyCleanrecord componentrows- the value for therowsrecord component
-
-
Method Details
-
nothingChanged
public boolean nothingChanged()True when every declared subproject was already a healthy clone. -
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. -
cloned
public int cloned()Returns the value of theclonedrecord component.- Returns:
- the value of the
clonedrecord component
-
syncthing
public int syncthing()Returns the value of thesyncthingrecord component.- Returns:
- the value of the
syncthingrecord component
-
updated
public int updated()Returns the value of theupdatedrecord component.- Returns:
- the value of the
updatedrecord component
-
skipped
public int skipped()Returns the value of theskippedrecord component.- Returns:
- the value of the
skippedrecord component
-
wrappers
public int wrappers()Returns the value of thewrappersrecord component.- Returns:
- the value of the
wrappersrecord component
-
alreadyClean
public int alreadyClean()Returns the value of thealreadyCleanrecord component.- Returns:
- the value of the
alreadyCleanrecord component
-
rows
-