@Generated(value="com.querydsl.codegen.EntitySerializer") public class QExecutionStep extends com.querydsl.core.types.dsl.EntityPathBase<ExecutionStep>
| Modifier and Type | Field and Description |
|---|---|
QString |
action |
QAttachmentList |
attachmentList |
QString |
comment |
QExecution |
execution |
com.querydsl.core.types.dsl.EnumPath<ExecutionStatus> |
executionStatus |
static QExecutionStep |
executionStep |
com.querydsl.core.types.dsl.NumberPath<Integer> |
executionStepOrder |
QString |
expectedResult |
com.querydsl.core.types.dsl.NumberPath<Long> |
id |
QIssueList |
issueList |
QString |
lastExecutedBy |
com.querydsl.core.types.dsl.DateTimePath<Date> |
lastExecutedOn |
QTestStep |
referencedTestStep |
| Constructor and Description |
|---|
QExecutionStep(Class<? extends ExecutionStep> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QExecutionStep(com.querydsl.core.types.Path<? extends ExecutionStep> path) |
QExecutionStep(com.querydsl.core.types.PathMetadata metadata) |
QExecutionStep(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QExecutionStep(String variable) |
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyas, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final QExecutionStep executionStep
public final QString action
public final QAttachmentList attachmentList
public final QString comment
public final QExecution execution
public final com.querydsl.core.types.dsl.EnumPath<ExecutionStatus> executionStatus
public final com.querydsl.core.types.dsl.NumberPath<Integer> executionStepOrder
public final QString expectedResult
public final com.querydsl.core.types.dsl.NumberPath<Long> id
public final QIssueList issueList
public final QString lastExecutedBy
public final com.querydsl.core.types.dsl.DateTimePath<Date> lastExecutedOn
public final QTestStep referencedTestStep
public QExecutionStep(String variable)
public QExecutionStep(com.querydsl.core.types.Path<? extends ExecutionStep> path)
public QExecutionStep(com.querydsl.core.types.PathMetadata metadata)
public QExecutionStep(com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits)
public QExecutionStep(Class<? extends ExecutionStep> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.