com.atlassian.fisheye.spi.services
Interface RecentChangesetsService.QueryParameters

Enclosing interface:
RecentChangesetsService

public static interface RecentChangesetsService.QueryParameters


Nested Class Summary
static interface RecentChangesetsService.QueryParameters.Builder
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.String getCommitter()
           
 java.lang.String getMaxCsid()
           
 java.lang.Integer getMaxReturn()
           
 java.lang.String getP4JobFixed()
           
 java.lang.String getPath()
           
 boolean isPathRecursive()
           
 

Method Detail

getPath

java.lang.String getPath()

isPathRecursive

boolean isPathRecursive()

getCommitter

java.lang.String getCommitter()

getComment

java.lang.String getComment()

getP4JobFixed

java.lang.String getP4JobFixed()

getMaxReturn

java.lang.Integer getMaxReturn()

getMaxCsid

java.lang.String getMaxCsid()