| Modifier and Type | Method and Description |
|---|---|
SDependency |
DependencyService.createMappedDependency(String name,
byte[] jarContent,
String fileName,
long artifactId,
ScopeType scopeType) |
SDependency |
DependencyService.getDependency(long id)
Get dependency by its id
|
SDependency |
DependencyService.getDependencyOfArtifact(long artifactId,
ScopeType artifactType,
String fileName) |
SDependency |
DependencyService.updateDependencyOfArtifact(String name,
byte[] jarContent,
String fileName,
long artifactId,
ScopeType scopeType) |
| Modifier and Type | Method and Description |
|---|---|
List<SDependency> |
DependencyService.getDependencies(Collection<Long> ids)
Get dependencies for the specified ids
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyService.deleteDependency(SDependency dependency)
Delete the specific dependency
|
| Modifier and Type | Method and Description |
|---|---|
SDependency |
PlatformDependencyServiceImpl.createMappedDependency(String name,
byte[] jarContent,
String fileName,
long artifactId,
ScopeType scopeType) |
SDependency |
DependencyServiceImpl.createMappedDependency(String name,
byte[] jarContent,
String fileName,
long artifactId,
ScopeType scopeType) |
SDependency |
PlatformDependencyServiceImpl.getDependency(long id) |
SDependency |
DependencyServiceImpl.getDependency(long id) |
protected SDependency |
PlatformDependencyServiceImpl.getDependency(String name) |
protected SDependency |
DependencyServiceImpl.getDependency(String name) |
protected abstract SDependency |
AbstractDependencyService.getDependency(String name) |
SDependency |
PlatformDependencyServiceImpl.getDependencyOfArtifact(long artifactId,
ScopeType artifactType,
String fileName) |
SDependency |
DependencyServiceImpl.getDependencyOfArtifact(long artifactId,
ScopeType artifactType,
String fileName) |
SDependency |
PlatformDependencyServiceImpl.updateDependencyOfArtifact(String name,
byte[] jarContent,
String fileName,
long artifactId,
ScopeType scopeType) |
SDependency |
DependencyServiceImpl.updateDependencyOfArtifact(String name,
byte[] jarContent,
String fileName,
long artifactId,
ScopeType scopeType) |
| Modifier and Type | Method and Description |
|---|---|
List<SDependency> |
PlatformDependencyServiceImpl.getDependencies(Collection<Long> ids) |
List<SDependency> |
DependencyServiceImpl.getDependencies(Collection<Long> ids) |
protected List<SDependency> |
PlatformDependencyServiceImpl.getDependencies(QueryOptions queryOptions) |
protected List<SDependency> |
DependencyServiceImpl.getDependencies(QueryOptions queryOptions) |
protected abstract List<SDependency> |
AbstractDependencyService.getDependencies(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlatformDependencyServiceImpl.delete(SDependency dependency) |
protected void |
DependencyServiceImpl.delete(SDependency dependency) |
protected abstract void |
AbstractDependencyService.delete(SDependency dependency) |
void |
AbstractDependencyService.deleteDependency(SDependency dependency) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SPlatformDependency |
| Modifier and Type | Method and Description |
|---|---|
SDependency |
SPlatformDependencyBuilder.done() |
SDependency |
SDependencyBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SDependency |
SDependencyBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SDependencyImpl |
class |
SPlatformDependency |
class |
SPlatformDependencyImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.