Uses of Class
com.almworks.jira.structure.api.forest.ForestSpec.Builder
Packages that use ForestSpec.Builder
-
Uses of ForestSpec.Builder in com.almworks.jira.structure.api.forest
Methods in com.almworks.jira.structure.api.forest that return ForestSpec.BuilderModifier and TypeMethodDescriptionForestSpec.Builder.addTransformation(ForestSpec.Transformation transformation) ForestSpec.Builder.addTransformation(String module, Map<String, Object> params) static ForestSpec.BuilderForestSpec.builder()Creates a new builder forForestSpec.static ForestSpec.BuilderForestSpec.builder(ForestSpec spec) Creates a new build that can be used to adjust a givenForestSpec.ForestSpec.Builder.setClipboardSessionId(String clipboardSessionId) ForestSpec.Builder.setCurrentUserKey()ForestSpec.Builder.setSecured(boolean secured) ForestSpec.Builder.setSkeleton(boolean skeleton) ForestSpec.Builder.setSQuery(ForestSpec.SQuery sQuery) ForestSpec.Builder.setStructureId(Long structureId) ForestSpec.Builder.setTitle(boolean title) ForestSpec.Builder.setTransformations(List<ForestSpec.Transformation> transformations) ForestSpec.Builder.setUserKey(String userKey) ForestSpec.Builder.setVersion(Integer version)