Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 396 for instrumentation (0.32 sec)

  1. platforms/core-runtime/internal-instrumentation-processor/src/main/java/org/gradle/internal/instrumentation/processor/codegen/HasFailures.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.instrumentation.processor.codegen;
    
    import org.gradle.internal.instrumentation.model.CallInterceptionRequest;
    
    import javax.annotation.Nullable;
    import java.util.List;
    
    public interface HasFailures {
    
        List<FailureInfo> getFailureDetails();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/internal-instrumentation-processor/src/main/java/org/gradle/internal/instrumentation/processor/extensibility/AnnotatedMethodReaderExtension.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.instrumentation.processor.extensibility;
    
    import org.gradle.internal.instrumentation.processor.modelreader.api.CallInterceptionRequestReaderFromAnnotatedMethod;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 951 bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/TapiAgentInstrumentationCrossVersionSpec.groovy

        }
    
        private void withAgentStatusInProperties(boolean shouldApply) {
            file("gradle.properties") << "org.gradle.internal.instrumentation.agent=$shouldApply"
        }
    
        private void withDumpAgentStatusTask() {
            buildFile  """
                import org.gradle.internal.instrumentation.agent.AgentStatus
    
                tasks.register('hello') {
                    doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. build-logic/packaging/src/main/kotlin/gradlebuild/instrumentation/tasks/UpgradedPropertiesMergeTask.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package gradlebuild.instrumentation.tasks
    
    import com.google.gson.Gson
    import com.google.gson.JsonArray
    import com.google.gson.JsonParser
    import gradlebuild.instrumentation.transforms.InstrumentationMetadataTransform
    import org.gradle.api.DefaultTask
    import org.gradle.api.file.ConfigurableFileCollection
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 19 08:13:17 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  5. platforms/core-runtime/internal-instrumentation-api/src/main/java/org/gradle/internal/instrumentation/api/annotations/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Annotations for generating build logic instrumentation.
     */
    @org.gradle.api.NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 772 bytes
    - Viewed (0)
  6. platforms/core-runtime/internal-instrumentation-api/src/main/java/org/gradle/internal/instrumentation/api/types/BytecodeInterceptorType.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.instrumentation.api.types;
    
    public enum BytecodeInterceptorType {
    
        /**
         * An interceptor that is applied to the bytecode always.
         */
        INSTRUMENTATION(
            FilterableBytecodeInterceptor.InstrumentationInterceptor.class,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 13:55:59 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. OWNERS_ALIASES

      # - tnozicka
    
      sig-autoscaling-maintainers:
        - bskiba
        - MaciekPytel
        - mwielgus
      sig-instrumentation-approvers:
        - logicalhan
        - dashpole
        - ehashman
        - RainbowMango
        - serathius
        - dgrisonnet
        - rexagod
      sig-instrumentation-reviewers:
        - dashpole
        - ehashman
        - s-urbaniak
        - coffeepac
        - logicalhan
        - RainbowMango
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  8. platforms/core-runtime/instrumentation-agent-services/src/main/java/org/gradle/internal/instrumentation/agent/AgentControl.java

     */
    class AgentControl {
        private static final String INSTRUMENTATION_AGENT_CLASS_NAME = "org.gradle.instrumentation.agent.Agent";
    
        private AgentControl() {}
    
        /**
         * Checks if the instrumentation agent class is applied to the current JVM.
         *
         * @return {@code true} if the agent was applied
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. platforms/core-runtime/internal-instrumentation-api/src/main/java/org/gradle/internal/instrumentation/api/types/FilterableBytecodeInterceptorFactory.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.instrumentation.api.types;
    
    public interface FilterableBytecodeInterceptorFactory {
    
        BytecodeInterceptorType getType();
    
        /**
         * A marker interface that indicates that a class is used for generating bytecode upgrades.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 13:55:59 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/initialization/AbstractInjectedClasspathInstrumentationStrategy.kt

     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl.initialization
    
    import org.gradle.internal.classpath.CachedClasspathTransformer
    import org.gradle.internal.instrumentation.agent.AgentUtils
    import org.gradle.plugin.use.resolve.service.internal.InjectedClasspathInstrumentationStrategy
    import java.lang.management.ManagementFactory
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top