Class SnykCodeAnalyst
java.lang.Object
org.palladiosimulator.retriever.vulnerability.analyst.SnykCodeAnalyst
- All Implemented Interfaces:
org.palladiosimulator.retriever.services.Analyst
,org.palladiosimulator.retriever.services.Service
public class SnykCodeAnalyst
extends Object
implements org.palladiosimulator.retriever.services.Analyst
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard>
create
(org.palladiosimulator.retriever.services.RetrieverConfiguration configuration, org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard) getID()
getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.retriever.services.Analyst
getDependentServices
-
Field Details
-
ANALYST_ID
- See Also:
-
SNYK_EXE_LOCATION_KEY
- See Also:
-
DATABASE_API_KEY
- See Also:
-
SNYK_TOKEN_KEY
- See Also:
-
-
Constructor Details
-
SnykCodeAnalyst
public SnykCodeAnalyst()
-
-
Method Details
-
create
public de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard> create(org.palladiosimulator.retriever.services.RetrieverConfiguration configuration, org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard) - Specified by:
create
in interfaceorg.palladiosimulator.retriever.services.Service
-
getConfigurationKeys
- Specified by:
getConfigurationKeys
in interfaceorg.palladiosimulator.retriever.services.Service
-
getName
- Specified by:
getName
in interfaceorg.palladiosimulator.retriever.services.Service
-
getID
- Specified by:
getID
in interfaceorg.palladiosimulator.retriever.services.Service
-
getRequiredServices
- Specified by:
getRequiredServices
in interfaceorg.palladiosimulator.retriever.services.Service
-