Package com.atlassian.confluence.it
Class TestData
- java.lang.Object
-
- com.atlassian.confluence.it.TestData
-
public class TestData extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BlogPost
blogPost
Comment
comment
Attachment
filePDF
Attachment
fileZIP
Group
group
Attachment
image
Attachment
image2
User
normalUser2
Page
page
Space
space
Space
space2
-
Constructor Summary
Constructors Constructor Description TestData()
-
-
-
Field Detail
-
space
public final Space space
-
space2
public final Space space2
-
page
public final Page page
-
blogPost
public final BlogPost blogPost
-
comment
public final Comment comment
-
normalUser2
public final User normalUser2
-
group
public final Group group
-
image
public final Attachment image
-
image2
public final Attachment image2
-
filePDF
public final Attachment filePDF
-
fileZIP
public final Attachment fileZIP
-
-
Method Detail
-
create
public static TestData create()
-
-