Class CodeSnippetGroupDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.codesnippet.dto.CodeSnippetDTO
-
- biz.aQute.bnd.reporter.codesnippet.dto.CodeSnippetGroupDTO
-
public class CodeSnippetGroupDTO extends CodeSnippetDTO
A code snippet with multiple steps.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<CodeSnippetProgramDTO>
steps
A list of code snippet steps.-
Fields inherited from class biz.aQute.bnd.reporter.codesnippet.dto.CodeSnippetDTO
description, id, title
-
-
Constructor Summary
Constructors Constructor Description CodeSnippetGroupDTO()
-
-
-
Field Detail
-
steps
public java.util.List<CodeSnippetProgramDTO> steps
A list of code snippet steps.
-
-