Uses of Class
com.almworks.jira.structure.api.forest.ForestSpec.Transformation
Packages that use ForestSpec.Transformation
-
Uses of ForestSpec.Transformation in com.almworks.jira.structure.api.forest
Methods in com.almworks.jira.structure.api.forest that return ForestSpec.TransformationModifier and TypeMethodDescriptionForestSpec.getLastTransformation()Returns the last transformation used by this forest spec.Methods in com.almworks.jira.structure.api.forest that return types with arguments of type ForestSpec.TransformationModifier and TypeMethodDescriptionForestSpec.getTransformations()Returns the list of transformations applied to the base forest.Methods in com.almworks.jira.structure.api.forest with parameters of type ForestSpec.TransformationModifier and TypeMethodDescriptionForestSpec.Builder.addTransformation(ForestSpec.Transformation transformation) Method parameters in com.almworks.jira.structure.api.forest with type arguments of type ForestSpec.TransformationModifier and TypeMethodDescriptionForestSpec.Builder.setTransformations(List<ForestSpec.Transformation> transformations)