Skip navigation links
A B E G I J L N O R S V W 

A

afterPropertiesSet() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
afterPropertiesSet() - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptExecutor
 

B

bindStaticVariables(Map<String, Object>) - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptExecutor
 

E

execute(Message<?>) - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptExecutor
 
execute(Message<?>, Map<String, Object>) - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptExecutor
 

G

getBasedir() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
getContentType() - Method in class org.springframework.cloud.stream.app.python.script.ScriptProperties
 
getDelimiter() - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptProperties
 
getLabel() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
getPassphrase() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
getPassword() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
getScript() - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptExecutor
 
getScript() - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptProperties
 
getScript() - Method in class org.springframework.cloud.stream.app.python.script.ScriptProperties
 
getScriptResource() - Method in class org.springframework.cloud.stream.app.python.script.ScriptProperties
 
getTimeout() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
getUri() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
getUsername() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
getVariables() - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptProperties
 
gitResourceRepository() - Method in class org.springframework.cloud.stream.app.common.resource.repository.config.GitResourceRepositoryConfiguration
 
GitResourceRepositoryConfiguration - Class in org.springframework.cloud.stream.app.common.resource.repository.config
Configuration for a GitResourceRepository.
GitResourceRepositoryConfiguration() - Constructor for class org.springframework.cloud.stream.app.common.resource.repository.config.GitResourceRepositoryConfiguration
 

I

isCloneOnStart() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
isStrictHostKeyChecking() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 

J

JGitResourceRepository - Class in org.springframework.cloud.stream.app.common.resource.repository
A Resource provider backed by a single git repository.
JGitResourceRepository() - Constructor for class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
JythonScriptExecutor - Class in org.springframework.cloud.stream.app.python.jython
A Jython script executor.
JythonScriptExecutor(Resource) - Constructor for class org.springframework.cloud.stream.app.python.jython.JythonScriptExecutor
 
JythonScriptExecutor(Resource, ScriptVariableGenerator) - Constructor for class org.springframework.cloud.stream.app.python.jython.JythonScriptExecutor
 
JythonScriptProperties - Class in org.springframework.cloud.stream.app.python.jython
Configuration properties for the Jython wrapper.
JythonScriptProperties() - Constructor for class org.springframework.cloud.stream.app.python.jython.JythonScriptProperties
 
JythonScriptProperties.Delimiter - Enum in org.springframework.cloud.stream.app.python.jython
 
JythonWrapperConfiguration - Class in org.springframework.cloud.stream.app.python.wrapper
 
JythonWrapperConfiguration() - Constructor for class org.springframework.cloud.stream.app.python.wrapper.JythonWrapperConfiguration
 
JythonWrapperProperties - Class in org.springframework.cloud.stream.app.python.wrapper
Configuration properties for the Jython wrapper.
JythonWrapperProperties() - Constructor for class org.springframework.cloud.stream.app.python.wrapper.JythonWrapperProperties
 

L

logger - Variable in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 

N

NoSuchBranchException - Exception in org.springframework.cloud.stream.app.common.resource.repository
 
NoSuchBranchException(String, Exception) - Constructor for exception org.springframework.cloud.stream.app.common.resource.repository.NoSuchBranchException
 

O

org.springframework.cloud.stream.app.common.resource.repository - package org.springframework.cloud.stream.app.common.resource.repository
 
org.springframework.cloud.stream.app.common.resource.repository.config - package org.springframework.cloud.stream.app.common.resource.repository.config
 
org.springframework.cloud.stream.app.python.jython - package org.springframework.cloud.stream.app.python.jython
 
org.springframework.cloud.stream.app.python.script - package org.springframework.cloud.stream.app.python.script
 
org.springframework.cloud.stream.app.python.wrapper - package org.springframework.cloud.stream.app.python.wrapper
 
overwriteScriptLocationToGitCloneTarget(JGitResourceRepository, ScriptProperties) - Static method in class org.springframework.cloud.stream.app.python.script.ScriptResourceUtils
 
overwriteScriptLocationToGitCloneTarget(JGitResourceRepository, ScriptProperties, String) - Static method in class org.springframework.cloud.stream.app.python.script.ScriptResourceUtils
 

R

refresh(String) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
Get the working directory ready.
refresh() - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
resolveResource(String) - Method in class org.springframework.cloud.stream.app.python.script.ScriptProperties
 

S

ScriptProperties - Class in org.springframework.cloud.stream.app.python.script
Base Configuration properties for a Script.
ScriptProperties() - Constructor for class org.springframework.cloud.stream.app.python.script.ScriptProperties
 
ScriptResourceUtils - Class in org.springframework.cloud.stream.app.python.script
 
ScriptResourceUtils() - Constructor for class org.springframework.cloud.stream.app.python.script.ScriptResourceUtils
 
scriptVariableGenerator() - Method in class org.springframework.cloud.stream.app.python.jython.ScriptVariableGeneratorConfiguration
 
ScriptVariableGeneratorConfiguration - Class in org.springframework.cloud.stream.app.python.jython
 
ScriptVariableGeneratorConfiguration() - Constructor for class org.springframework.cloud.stream.app.python.jython.ScriptVariableGeneratorConfiguration
 
setBasedir(File) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setCloneOnStart(boolean) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setContentType(MediaType) - Method in class org.springframework.cloud.stream.app.python.script.ScriptProperties
 
setDelimiter(JythonScriptProperties.Delimiter) - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptProperties
 
setForcePull(boolean) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setGitCredentialsProvider(CredentialsProvider) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setGitFactory(JGitResourceRepository.JGitFactory) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setLabel(String) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setPassphrase(String) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setPassword(String) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setPrefix(String) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setScript(String) - Method in class org.springframework.cloud.stream.app.python.script.ScriptProperties
 
setStrictHostKeyChecking(boolean) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setTimeout(int) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setUri(String) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setUsername(String) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
setVariables(String) - Method in class org.springframework.cloud.stream.app.python.jython.JythonScriptProperties
 
shouldPull(Git) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 

V

value() - Method in enum org.springframework.cloud.stream.app.python.jython.JythonScriptProperties.Delimiter
 
valueOf(String) - Static method in enum org.springframework.cloud.stream.app.python.jython.JythonScriptProperties.Delimiter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.stream.app.python.jython.JythonScriptProperties.Delimiter
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String, Exception) - Method in class org.springframework.cloud.stream.app.common.resource.repository.JGitResourceRepository
 
A B E G I J L N O R S V W 
Skip navigation links

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.