Class SelectableService.Criteria
- java.lang.Object
-
- com.netflix.spinnaker.kork.web.selector.SelectableService.Criteria
-
- Enclosing class:
- SelectableService<T>
public static class SelectableService.Criteria extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Criteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplication()java.lang.StringgetAuthenticatedUser()java.lang.StringgetExecutionId()java.lang.StringgetExecutionType()java.lang.StringgetLocation()java.lang.StringgetOrigin()SelectableService.CriteriawithApplication(java.lang.String application)SelectableService.CriteriawithAuthenticatedUser(java.lang.String user)SelectableService.CriteriawithExecutionId(java.lang.String executionId)SelectableService.CriteriawithExecutionType(java.lang.String executionType)SelectableService.CriteriawithLocation(java.lang.String location)SelectableService.CriteriawithOrigin(java.lang.String origin)
-
-
-
Method Detail
-
getApplication
public java.lang.String getApplication()
-
getAuthenticatedUser
public java.lang.String getAuthenticatedUser()
-
getExecutionType
public java.lang.String getExecutionType()
-
getExecutionId
public java.lang.String getExecutionId()
-
getOrigin
public java.lang.String getOrigin()
-
getLocation
public java.lang.String getLocation()
-
withApplication
public SelectableService.Criteria withApplication(java.lang.String application)
-
withAuthenticatedUser
public SelectableService.Criteria withAuthenticatedUser(java.lang.String user)
-
withOrigin
public SelectableService.Criteria withOrigin(java.lang.String origin)
-
withExecutionType
public SelectableService.Criteria withExecutionType(java.lang.String executionType)
-
withExecutionId
public SelectableService.Criteria withExecutionId(java.lang.String executionId)
-
withLocation
public SelectableService.Criteria withLocation(java.lang.String location)
-
-