org.sonar.core.purge
Class PurgeSnapshotQuery

java.lang.Object
  extended by org.sonar.core.purge.PurgeSnapshotQuery

public final class PurgeSnapshotQuery
extends Object


Method Summary
static PurgeSnapshotQuery create()
           
 Long getId()
           
 Boolean getIslast()
           
 Boolean getNotPurged()
           
 String[] getQualifiers()
           
 Long getResourceId()
           
 Long getRootProjectId()
           
 Long getRootSnapshotId()
           
 String[] getScopes()
           
 String[] getStatus()
           
 Boolean getWithVersionEvent()
           
 PurgeSnapshotQuery setId(Long l)
           
 PurgeSnapshotQuery setIslast(Boolean islast)
           
 PurgeSnapshotQuery setNotPurged(Boolean notPurged)
           
 PurgeSnapshotQuery setQualifiers(String[] qualifiers)
           
 PurgeSnapshotQuery setResourceId(Long l)
           
 PurgeSnapshotQuery setRootProjectId(Long rootProjectId)
           
 PurgeSnapshotQuery setRootSnapshotId(Long rootSnapshotId)
           
 PurgeSnapshotQuery setScopes(String[] scopes)
           
 PurgeSnapshotQuery setStatus(String[] status)
           
 PurgeSnapshotQuery setWithVersionEvent(Boolean withVersionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static PurgeSnapshotQuery create()

getId

public Long getId()

setId

public PurgeSnapshotQuery setId(Long l)

getRootProjectId

public Long getRootProjectId()

setRootProjectId

public PurgeSnapshotQuery setRootProjectId(Long rootProjectId)

getScopes

public String[] getScopes()

setScopes

public PurgeSnapshotQuery setScopes(String[] scopes)

getQualifiers

public String[] getQualifiers()

setQualifiers

public PurgeSnapshotQuery setQualifiers(String[] qualifiers)

getStatus

public String[] getStatus()

setStatus

public PurgeSnapshotQuery setStatus(String[] status)

getIslast

public Boolean getIslast()

setIslast

public PurgeSnapshotQuery setIslast(Boolean islast)

getNotPurged

public Boolean getNotPurged()

setNotPurged

public PurgeSnapshotQuery setNotPurged(Boolean notPurged)

getRootSnapshotId

public Long getRootSnapshotId()

setRootSnapshotId

public PurgeSnapshotQuery setRootSnapshotId(Long rootSnapshotId)

getResourceId

public Long getResourceId()

setResourceId

public PurgeSnapshotQuery setResourceId(Long l)

getWithVersionEvent

public Boolean getWithVersionEvent()

setWithVersionEvent

public PurgeSnapshotQuery setWithVersionEvent(Boolean withVersionEvent)


Copyright © 2009-2012 SonarSource. All Rights Reserved.